Package: iw Status: install ok installed Priority: optional Section: net Installed-Size: 214 Maintainer: Debian wpasupplicant Maintainerspkg-wpa-devel@lists.alioth.debian.org Architecture: amd64 Multi-Arch: foreign Version: 3.17-1 Replaces: aircrack-ng (<< 1:1.0~rc2-1) Depends: libc6 (>= ...
https://superuser.com/questions/393681/how-to-find-out-which-versions-of-a-package-can-i-install-on-apt https://stackoverflow.com/questions/18885820/how-to-check-the-version-before-install-packages-using-apt-get https://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of...
Check all the available version of a package Use the apt-cache command to check the version of the package installed on your system plus all available packages in the Ubuntu repository. You can either run “apt-cache policy firefox” or “apt-cache madiosn firefox”. Please note that the ...
clean Erase downloaded package files. autoclean Erase old downloaded package files. changelog View a package's changelog. download Download the .deb file for a package (apt wrapper). source Download source package (apt wrapper). reinstall Reinstall a currently installed package. why Explain why a ...
apt-cache policy <<package name>> 1. 将列出所有来源的版本。信息会比上面详细一点,如下输出所示: apt-cache policy gdb gdb: Installed: 7.7.1-0ubuntu5~14.04.2 Candidate: 7.7.1-0ubuntu5~14.04.2 Version table: *** 7.7.1-0ubuntu5~14.04.2 0 ...
-E|--skip-same-version 忽略版本与已安装软件版本相同的软件包。-G|--refuse-downgrade 忽略版本早于已安装软件版本的的软件包。-B|--auto-deconfigure 就算会影响其他软件包,也要安装。--[no-]triggers 跳过或强制随之发生的触发器处理。--verify-format=<格式>检查输出格式('rpm'被支持)。--no-debsig ...
unhold - Unhold a package update - Download lists of new/upgradable packages upgrade - Perform a safe upgrade version - Show the installed version of a package (base) shl@zhihui-mint:~$ 6 apt-get工具的使用 使用man apt-get可以查看更多参数选项信息 ...
sudoapt-getinstallnano# Output:# Reading package lists... Done# Building dependency tree# Reading state information... Done# The following additional packages will be installed:# nano-tiny# Suggested packages:# spell# The following NEW packages will be installed:# nano nano-tiny# 0 upgraded, ...
1. (Optional) Check your system architecture with theuname command: uname -mCopy Thex86_64output indicates a 64-bit (amd64) architecture. 2. Use abrowserto access theUbuntu archiveor theDebian archive. Select the apt package for your system's release: ...
Another alternative that you can use to list the installed software packages on yourUbuntu VPSis thedpkgcommand. sudo dpkg -l The output of the command will provide you with information such as the name of the package, version, architecture, and a short description of the package. Of course...