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 particular package should be installed. why-not Explain why a particular package ca...
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...
除了看一句话的简介,很多时候,我们也希望知道软件包各方面的详细信息,此时就要使用 apt-cache show 命令了。 $ apt-cache show mongodb-clients Package: mongodb-clients Architecture: amd64 Version: 1:3.6.3-0ubuntu1.1 Priority: optional Section: universe/database Source: mongodb Origin: Ubuntu Maintainer...
check - Verify that there are no broken dependencies clean - Erase downloaded archive files contains - List packages containing a file content - List files contained in a package deb - Install a .deb package depends - Show raw dependency information for a package dist-upgrade - Upgrade the sys...
Sergio Silva - test to see if axel is installed, root detection/sudo autorun, lock file check/creation Waldemar {BOB}{Burnfaker} Wetzel - lockfile improvements, separate config file maclarke - locking improvements About apt-fast: A shellscript wrapper for apt that speeds up downloading of pack...
sudo apt build-dep package #安装相关的编译环境 sudo apt clean && sudo apt autoclean #清理无用的包 sudo apt clean #清理已下载的软件包,实际上是清楚/var/cache/apt/archives目录中的软件包 sudo apt autoclean #删除已经卸载的软件包备份 sudo apt-get check #检查是否有损坏的依赖 例子: root@...
3. How Do I Check Package Information? For example, if you would like to check information of package along with it short description say (version number, check sums, size, installed size, category etc). Use ‘show‘ sub command as shown below. ...
if packages cannot be retrieved or fail the integrity check after retrieval (corrupted package files), hold back those packages and handle the result. Use of this option together with-fmay produce an error in some situations. If a package is selected for installation (particularly if it is men...
For example, for versionw.x.y-zof the package, the command is: $>sudodpkg-imysql-apt-config_w.x.y-z_all.deb Note that the same package works on all supported Debian and Ubuntu platforms. During the installation of the package, you will be asked to choose the versions of the MySQL...
stats子命令将显示有关缓存的整体统计信息。例如,以下命令将显示 Total package names 是在缓存中找到的包数。 代码语言:javascript 复制 $ apt-cache stats 代码语言:javascript 复制 Totalpackagenames:51868 (1,037k)Totalpackagestructures:51868 (2,490k)Normal packages:39505Pure virtual packages:602Single virtu...