小编mic*_*ael的帖子

如何解压缩 *.7z 文件?

如何在 Ubuntu 中解压缩 *.7z 文件并保留目录结构?

7zip

354
推荐指数
5
解决办法
60万
查看次数

如何运行“apt-get install”来安装所有依赖项?

我在 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)

apt

66
推荐指数
3
解决办法
50万
查看次数

如果我想编译 Emacs,我需要安装哪些库?

我正在尝试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)

emacs

25
推荐指数
2
解决办法
2万
查看次数

任何用于在组中编辑 mp3 文件中的标签的 ubuntu 工具

ubuntu 有没有什么工具可以编辑成组的mp3 文件中的标签信息?例如,我想将目录中的所有文件设置为具有相同专辑名称或艺术家。我怎样才能做到这一点?

我找到了“Easytag”,但我需要一次执行 1 个文件。我想知道是否可以同时执行 1 个目录/1 个目录树?

谢谢你。

music mp3

18
推荐指数
2
解决办法
2万
查看次数

如何使用ffmpeg将ape转换为mp3?

我正在尝试在 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)

ffmpeg

11
推荐指数
2
解决办法
2万
查看次数

如何在 Ubuntu 上安装 MS 字体?

我做了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)

fonts software-installation

8
推荐指数
1
解决办法
3万
查看次数

如何为“icu-le”和“icu-uc”安装开发库?

当我尝试编译 'harfbuzz' 时,我得到了这个。

No package 'icu-le' found
No package 'icu-uc' found
Run Code Online (Sandbox Code Playgroud)

我试过'sudo apt-get install libicu-uc。但这并不能解决问题。

12.04

5
推荐指数
1
解决办法
2万
查看次数

如何在 ubuntu 中解压缩带有“奇怪”扩展名的文件?

如何在 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 文件。

我怎样才能解压它们?

command-line gzip

4
推荐指数
1
解决办法
4497
查看次数

当我切换 shell 时 $SHELL 变量没有改变

我默认使用'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)

bash zsh

4
推荐指数
1
解决办法
3888
查看次数

标签 统计

12.04 ×1

7zip ×1

apt ×1

bash ×1

command-line ×1

emacs ×1

ffmpeg ×1

fonts ×1

gzip ×1

mp3 ×1

music ×1

software-installation ×1

zsh ×1