markauto Mark packages as having been automatically installed. unmarkauto Mark packages as having been manually installed. forbid-version Forbid aptitude from upgrading to a specific package version. update Download lists of new/upgradable packages. safe-upgrade Perform a safe upgrade. full-upgrade Perf...
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...
vim:i386 not installed (base) shl@zhihui-mint:~$ 2.2.3 使用aptitude show <软件包名> 查看安装软件版本 使用aptitude show查看的信息更详细 (base) shl@zhihui-mint:~$ sudo aptitude show vim Package: vim Version: 2:8.0.1453-1ubuntu1.4 State: installed (2:8.0.1453-1ubuntu1.3), upgrade availabl...
apt-get check 2.2增 安装 安装包主要使用apt-get install命令,不过该命令有很多参数可以使用 apt-get -y install 包名 [{=pkg_version_number | /target_release}] --force-yes 说明: 常用选项 使用-f,-fix-breesk子选项来修复或者尝试纠正损坏的依赖项。
apt-get install <<package name>>=<<version>> 1. 二、查询指定软件有多少个版本 说明:在Linux用这个查询并不能完全的把所有版本都列举出来,因为每个版本都与系统版本和CPU架构有关,比如一个软件支持Ubuntu系统的16.04的CPU架构为amd64的版本只有1.0和1.2,其余都不支持,所以列举时就只有两款。
org> # Installed-Size: 36.1 MB apt-get check # 检查是否有损坏的依赖 # 5) 允许下载被hold锁定版本的软件 sudo apt-get install -y kubelet=1.23.6-00 --allow-change-held-packages 补充使用: 1.-o 选项使用以及代理获取更新 代码语言:javascript 复制 # 1.squid 代理使用进行获取更新 sudo apt -o ...
showhold- Same as 'held' source- Download source archives sources- Same as 'edit-sources' unhold- Unhold a package update- Download lists of new/upgradable packages upgrade- Perform a safe upgrade version- Show the installed version of a package...
check — 检查是否存在有问题的依赖关系 3. 命令参数 apt 命令参数 4. 进阶 — apt-cache 有时,我们想看看即将要安装的软件包版本以及其他信息,并不想立即安装,那么,apt-chache 就可以派上用场了。 4.1. 查看简介 — apt-cache search 通过apt-cache search 命令,我们可以查看某个包或近似的包的基本描述。