配置:dpkg --configure package-name.deb配置软件包。 列出deb包的内容:dpkg -c package-name.deb 递归处理所有与指定目录中找到的符合模式*.deb的常规文件,并且所有的avail操作(可用)可与-i、-A、–install、–unpack一起使用:-R, --recursive 移除软件包: ...
apt-get install packagename ——安装一个新软件包(参见下文的aptitude) apt-get remove packagename ——卸载一个已安装的软件包(保留配置文件) apt-get –purge remove packagename ——卸载一个已安装的软件包(删除配置文件) dpkg –force-all –purge packagename —— 有些软件很难卸载,而且还阻止了别的...
apt-cache search # ---(package 搜索包) apt-cache show #---(package 获取包的相关信息,如说明、大小、版本等) apt-get install # ---(package 安装包) apt-get install # ---(package --reinstall 重新安装包) apt-get -f install # ---(强制安装, "-f = --fix-missing"当是修复安装吧......
apt-cache search package 搜索包 apt-cache show package 获取包的相关信息,如说明、大小、版本等 sudo apt-get install package 安装包 sudo apt-get install package - - reinstall 重新安装包 sudo apt-get -f install 修复安装"-f = ——fix-missing" sudo apt-get remove package 删除包 sudo apt-get...
sudo apt-get purge package-name 要搜索软件包可以使用以下命令: sudo apt-cache search package-name apt-cache show package-name显示包的相关信息,例如描述、版本、大小、依赖以及冲突。 现在你已经知道如何安装和删除软件包,下面的命令可以让你获取最新的软件包套件资讯;在你更改了/etc/apt/sources.list 后需要...
sudo apt-get purge package-name 要搜索软件包可以使用以下命令: sudo apt-cache search package-name apt-cache show package-name 显示包的相关信息,例如描述、版本、大小、依赖以及冲突。 现在你已经知道如何安装和删除软件包,下面的命令可以让你获取最新的软件包套件资讯;在你更改了/etc/apt/sources.list 后需...
1、dpkg -i <package.deb> 安装一个 Debian 软件包,如你手动下载的文件。 2、dpkg -c <package.deb> 列出<package.deb> 的内容。 3、dpkg -I <package.deb> 从<package.deb> 中提取包裹信息。 4、dpkg -r <package> 移除一个已安装的包裹。
The error is intermittent and occurs for different .deb packages, but is occurring more frequently as the overall build times have decreased. This seems to be a race condition within the dpkg tools, and while the name of the reported package info file varies (/var/lib/dpkg/update/0000, 000...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
(--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of bluez-alsa:i386: bluez-alsa:i386 depends on bluez; however: Package bluez is not configured yet. dpkg: error processing package bluez-alsa:i386 (--configure)...