$ dpkg -l vimDesired=Unknown/Install/Remove/Purge/Hold| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)||/ Name Version Architecture Description+++-===-===-===-===ii vim2:8.1.2269-1ubuntu5 amd...
一、Ubuntu中软件安装方法 1、APT方式 (1)普通安装:apt-get install softname1 softname2 …; ...
# Desired action: u = Unknown i = Install h = Hold r = Remove p = Purge # Package status: n = Not-installed c = Config-files H = Half-installed U = Unpacked F = Half-configured W = Triggers-awaiting t = Triggers-pending i = Installed # Error flags: <empty> = (none) R =...
2.2.2 使用apt-show-versions -a <软件包名>查看安装软件版本 需要先安装apt-show-version工具: sudo apt install apt-show-versions (base) shl@zhihui-mint:~$ apt-show-versions vim vim:amd64/bionic-security2:8.0.1453-1ubuntu1.3upgradeable to2:8.0.1453-1ubuntu1.4vim:i386notinstalled (base) shl@z...
policy - Show policy settings purge - Remove packages and their configuration files recommends - List missing recommended packages for a particular package rdepends - Show reverse dependency information for a package reinstall - Download and (possibly) reinstall a currently installed package ...
root@Ubuntu20.04:~# dpkg-query -l sysstat Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-===-===-===-=...
3. 如何查看已安装软件包的详细信息? (How to View Detailed Information About an Installed Package?) 你可以使用以下命令查看已安装软件包的详细信息: apt show package_name 将package_name替换为你想查看的软件包名称。 总结(Conclusion) 安装.deb文件在Debian及其衍生版中是一个相对简单的过程。无论是通过命令...
apt show softname 如果你在安装或是移除某个package之前需要查看他的具体信息。这个命令将显示有关给定package的相关信息,如其依赖性,安装状态和下载大小等信息。 apt install softname1 softname2 ... 安装softname1 softname2 … apt search softname1 softname2 ...
Language:C esmil/dpkg-leaves Star7 Code Issues Pull requests Show "top level" installed packages. debiandpkgubuntupackage-management UpdatedSep 11, 2024 C lipro-pkgs/cpmtools Star2 Code Issues Pull requests Tools to access CP/M file systems (Packaging) ...
Search for a filename from installed packages. -p, --print-avail package-name... Display details about package-name, as found in /var/lib/dpkg/available. Users of APT-based frontends should use apt-cache show package-name instead. Pipelines A pipeline is a sequence of one or more ...