当你得到了软件包的编号,用它来降级已安装的软件包,像这样: sudo apt install package_name=package-version-number Downgrading an installed package via apt-get command 当然,你会看到一个关于降级软件包的警告。 Downgrading apt package 但是当这个过程完成,你的软件包就会被降级到给定的旧版本。 所以,也许要保...
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...
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...
当你得到了软件包的编号,用它来降级已安装的软件包,像这样: sudo apt install package_name=package-version-number Downgrading an installed package via apt-get command 当然,你会看到一个关于降级软件包的警告。 Downgrading apt package 但是当这个过程完成,你的软件包就会被降级到给定的旧版本。 所以,也许要保...
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) ...
apt-get安装java apt-get安装命令 1、安装软件包 apt-get install PackageName // 普通安装 apt-get install PackageName=VersionName // 安装指定包的指定版本 apt-get --reinstall install PackageName // 重新安装 apt-get build-dep PackageName // 安装源码包所需要的编译环境...
说明:由于图形化界面方法(如Add/Remove… 和Synaptic Package Manageer)比较简单,所以这里主要总结在终端通过命令行方式进行的软件包安装、卸载和删除的方法。 一、Ubuntu中软件安装方法 1、APT方式 (1)普通安装:apt-get install softname1 softname2 …; ...
version - Show the installed version of a package (base) shl@zhihui-mint:~$ 6 apt-get工具的使用 使用man apt-get可以查看更多参数选项信息 (base) shl@zhihui-mint:~$ apt-get -h apt1.6.12ubuntu0.1(amd64) 用法: apt-get [选项] 命令 ...
#第二步,使用“ apt-getupdate ”命令刷新软件包更新列表。 #第三步,使用“ apt-getdist-upgrade ”命令为系统升级新的版本。 #更新系统版本 $apt show git #显示软件信息Package:gitVersion:1:2.20.1-2Priority:optionalSection:vcsMaintainer:Gerrit Pape<[emailprotected]>Installed-Size:36.1MB$apt-getcheck ...
--predep-package 列出待解压的预依赖。 --add-architecture <体系结构> 添加 <体系结构> 到体系结构列表。 --remove-architecture <体系结构> 从架构列表中移除 <体系结构>。 --print-architecture 显示 dpkg 体系结构。 --print-foreign-architectures 显示已启用的异质体系结构。