说,我有foo-1.2.3.deb
这取决于perl
,python
但是,运行命令:
dpkg -i ./foo-1.2.3.deb
不会安装这些依赖项。所以我必须apt-get install perl python
用手。
如何dpkg -i
自动为我安装这些依赖项?
说,我有foo-1.2.3.deb
这取决于perl
,python
但是,运行命令:
dpkg -i ./foo-1.2.3.deb
不会安装这些依赖项。所以我必须apt-get install perl python
用手。
如何dpkg -i
自动为我安装这些依赖项?
我不喜欢 Unity 和 Gnome 3,但安装 Gnome 3 后我也找不到经典的。
唯一的选择是:
Fluxbox
Gnome shell
Recovery mode
User defined session
那么如何找回经典会话呢?
在升级到 Natty 之前,我非常流畅地运行 Maverick。但是,显示性能似乎下降了。例如,缩放桌面在 Maverick 中非常好,但在 Natty 中却很慢。
我认为这是由 Unity 引起的。所以我安装了 Gnome 3,使用源.deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu natty main
安装 Gnome 3 后,不幸的是它在回退模式下运行,并说可能我的图形硬件不支持。
$ lspci |grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
我应该升级我的显卡吗?不过这张卡是两年前买的。
每次apt-get
尝试处理 shared-mime-info 的触发器时,它都会报告如下警告:
...
Processing triggers for shared-mime-info...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Unknown media type in type 'interface/x-winamp-skin'
我已经检查过/usr/share/mime-info
,但没有看到任何一个:
/usr/share/mime-info$ grep 'url/rtspu' *
(Got nothing)
那么,如何清理我的系统使其不会报告这些未知的媒体类型?
我正在尝试使用 source 为 Natty 安装 Gnome3 ,但是出现以下错误:deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu natty main
$ sudo apt-get install -f
...
Unpacking replacement gnome-games-common ...
dpkg: error processing /var/cache/apt/archives/gnome-games-common_1%3a3.0.0- 0ubuntu1~build1_i386.deb (--unpack):
trying to overwrite '/usr/share/gnome-games-common/cards/bonded.svg', which is also in package gnome-games-extra-data 2.30.0-1ubuntu1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gnome-games-common_1%3a3.0.0-0ubuntu1~build1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
在解决上述问题之前,我不能sudo apt-get remove gnome-games-common
,也不能:gnome-games-extra-data
$ sudo apt-get remove gnome-games-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
aisleriot : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
glchess : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
glines : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gnect : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gnibbles : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gnobots2 : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gnome-mahjongg : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gnome-sudoku : Depends: gnome-games-common (>= 1:2.32.1-0ubuntu5) but it is not going to be installed
gnomine : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gnotravex : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gnotski : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
gtali : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
iagno : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
lightsoff : Depends: gnome-games-common (>= 1:2.32.1-0ubuntu5) but it is not going to be installed
quadrapassel : Depends: gnome-games-common (>= 1:3.0.0-0ubuntu1~build1) but it is not going to be installed
swell-foop : Depends: gnome-games-common (>= 1:2.32.1-0ubuntu5) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
我只想覆盖现有文件/usr/share/gnome-games-common/cards/bonded.svg
,可以吗?
我的 Ubuntu 机器的登录过程需要很长时间,可能需要一分钟或更长时间。
与向控制台打印大量消息的引导程序不同,GUI 启动时没有显示任何内容。
我查了一下/var/log/Xorg.0.log
,/var/log/Xorg.1.log
大部分都是关于显示设备的一些较低级别的信息,似乎是在登录之前发生的事情,与启动应用程序无关。
任何想法?
我已经设置了 3x3 工作区切换器,并且我希望我的位置默认位于中央位置。可能吗?
我经常使用Ctrl-P在命令历史记录中向后滚动,但我经常将其错误输入为Mod4- P,这与开关显示功能绑定。
我搜索了键盘快捷键和 CompizConfig 等,但找不到Mod4-P绑定的位置。是什么控制着它?
当 I 时dput -f myhost foobar_x.x.x.changes
,它成功上传了包,但产生了以下警告:
foobar has no source override entry
foobar has no binary override entry either
如何指定源/二进制覆盖,和/或只是抑制警告?
我mini-dinstall
用作后端 aptitude 存储库管理器。
我想修补 Trac 包。我知道如何修补和重建包,但有些东西我不是很了解。
我的补丁很危险,不太可能回馈社区。所以,我只想说,这是一个非常私密的补丁。但是,我希望我的补丁在 Ubuntu 软件包升级时继续工作。(我应该apt-get source trac
在每次Trac
升级时将我的补丁移动到新版本的源目录吗?)
我看到有一个patch/
目录(quilt
我猜很多都在使用)debian/
,但我不知道如何使用它?会debuild
自动应用目录中的所有补丁patch/
吗?那么dpkg-buildpackage
呢?是否有一些环境变量来控制要应用的补丁的选择?