|
 
|
1#
发表于 2009-5-6 18:22
| 只看该作者
有时,在安装一个debian包时,会报告说要覆盖某个文件,而这个文件是在另外一个包里面的,于是安装进程退出了事。
如果你确认覆盖这个文件是安全的,那么可以使用--force选项:
linuxman@debian:~$dpkg-i --force-all xyz.deb
dpkg --help-force查看所有的force选项,最简单的就是--force-all
http://linux.bloghome.cn/posts/485.html |
|