dpkg: warning: files list file for package 'libpam-ck-connector:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'libc6:amd64' missing; assuming package has no files currently installed dpkg: warning: files list file for package 'li...
search Search for a package by name and/or expression. show Display detailed info about a package. showsrc Display detailed info about a source package (apt wrapper). versions Displays the versions of specified packages. clean Erase downloaded package files. autoclean Erase old downloaded package ...
[package] #重新安装 apt update #- 更新可用软件包列表 apt upgrade #- 通过 安装/升级 软件来更新系统 apt full-upgrade #- 通过 卸载/安装/升级 来更新系统 apt edit-sources #- 编辑软件源信息文件 apt autoremove #卸载所有自动安装且不再使用的软件包 apt show [package] #显示软件包具体信息例如:版本...
This command is similar to "apt-cache show". dpkg -L <package_name> This command will list files in package <package_name>. dpkg -c foo.deb This command lists files in the package "foo.deb". Note that foo.deb is a pathname. Use this command on .deb packages that you have manually...
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 ...
~# apt-cache show flashplayer-mozilla Package: flashplayer-mozilla Priority: optional Section: multiverse/web Installed-Size: 1528 Maintainer: Christian Marillat <marillat@debian.org> Architecture: i386 Source: install-flash-player Version: 6.0.79-0.2 ...
sudo apt-cache policy <packageName> #( 04/13/22@ 2:25PM )( cxxu@u12 ):~ sudo apt-cache policy firefox firefox: Installed: 31.0+build1-0ubuntu0.12.04.1 Candidate: 66.0.3+build1-0ubuntu0.14.04.1 Version table:
To remove an installed package, run: sudo apt remove lsof Typeyafter being prompted, and the command removes the package. Remove All Configuration Files with apt purge Theremovecommand deletes the specified packages. Still, the command doesn't always remove all configuration files. Delete the pac...
apt-file -- APT package searching utility -- command-line interface SYNOPSIS apt-file[options] searchpatternapt-file[options] showpackage DESCRIPTION apt-fileis a command line tool for searching files in packages for the APT package management system. Some actions are required to run the search:...
And eventually installed will be an alias of present, as its already the case for multiple other package managing modules. (This doesn't fix the problem that you might want to specify a package version, but at least it stops the strange behavior.) Sign up for free to join this conversatio...