我在 ubuntu 服务器安装中运行这个:
sudo apt-get install git-core gnupg flex bison gperf build-essential \
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
libgl1-mesa-dev g++-multilib mingw32 openjdk-6-jdk tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386
Run Code Online (Sandbox Code Playgroud)
但我得到了这个:
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version.
gnupg is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that …
Run Code Online (Sandbox Code Playgroud) 我正在尝试emacs
在 Ubuntu 12.04上编译。这是因为我想使用 Emacs 24.2。
但是,我收到以下错误。我该如何解决?
checking for long file names... yes
checking for X... no
checking for X... true
configure: error: You seem to be running X, but no X development libraries
were found. You should install the relevant development files for X
and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
sure you have development files for image handling, i.e.
tiff, gif, jpeg, png and xpm.
If you are sure you …
Run Code Online (Sandbox Code Playgroud) ubuntu 有没有什么工具可以编辑成组的mp3 文件中的标签信息?例如,我想将目录中的所有文件设置为具有相同专辑名称或艺术家。我怎样才能做到这一点?
我找到了“Easytag”,但我需要一次执行 1 个文件。我想知道是否可以同时执行 1 个目录/1 个目录树?
谢谢你。
我正在尝试在 ubuntu 13.10 上使用 ffmpeg 将 AP3 转换为 MP3?
我安装了ffmpeg,但在使用时出现此错误。请告诉我如何修复它?
$ ffmpeg -i CD1_Age_0-3_Baby.ape CD1_Age_0-3_Baby.mp3
ffmpeg version 0.8.9-6:0.8.9-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Nov 9 2013 19:15:22 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Input #0, ape, from 'CD1_Age_0-3_Baby.ape':
Metadata:
Album : MOZART EFFECT I - ENLIGHTMENT
Title : C:\[APE SET] ???????-????????????? 4CDS\CDImage01
Genre …
Run Code Online (Sandbox Code Playgroud) 我做了sudo apt-get install ttf-mscorefonts-installer
,似乎成功了。但为什么我没有看到新字体?(例如,当我必须在我的终端配置文件中选择字体时)?
$ sudo apt-get install ttf-mscorefonts-installer
[sudo] password for cheungs:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
ttf-mscorefonts-installer
0 upgraded, 1 newly installed, 0 to remove and 387 not upgraded.
Need to get 0 B/27.4 kB of archives.
After this operation, 133 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package ttf-mscorefonts-installer.
(Reading database ... 198874 files and …
Run Code Online (Sandbox Code Playgroud) 当我尝试编译 'harfbuzz' 时,我得到了这个。
No package 'icu-le' found
No package 'icu-uc' found
Run Code Online (Sandbox Code Playgroud)
我试过'sudo apt-get install libicu-uc。但这并不能解决问题。
如何在 ubuntu 中解压缩此类文件?
我有一个以这些扩展名结尾的文件列表
filename.tar.gzaa
filename.tar.gzab
filename.tar.gzac
filename.tar.gzad
filename.tar.gzae
filename.tar.gzaf
Run Code Online (Sandbox Code Playgroud)
它们具有相同的“文件名”,但扩展名不同。和 gzaa 一样,gzae 具有相同的文件大小 1.1G,而 gzaf 具有较小的文件大小。
我认为所有这些文件都是 1 个大 zip 文件。
我怎样才能解压它们?
我默认使用'zsh'。
但是当我在我的 zsh shell 中时,我输入 'bash' 切换到 bash,为什么 $SHELL 变量没有改变?
在执行“screen”命令之前,我可以让 screen 使用任何 shell 吗?
zsh % screen
<the shell is zsh>
zsh % bash
bash $ screen
<the shell is still bash, can I make screen to automatically start bash here>
Run Code Online (Sandbox Code Playgroud)