standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less). N: There is 1 additional record. Please use the '-a' switch to see it 正如你在上面的输出中看到的,apt show命令显示了软件包许多重要的细节,例如: 包...
Installing this package results in a full installation, including the configuration files, init scripts and support scripts. Homepage: http://httpd.apache.org/ Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org> ``` 此外,我们可以使用以下apt-show-versions命令查找软件包版本...
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 available (2:8.0.1453-1ubuntu1.4) Automatically installed: ...
(LCTT 译注: 用 apt show 查看nano 包信息) $ apt show nano Package: nano Version: 2.8.6-3 Priority: standard Section: editors Origin: Ubuntu Maintainer: Ubuntu Developers Original-Maintainer: Jordi Mallach Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 766 kB Depends: libc...
pip show package_name 1. 此处,package_name是你想要查询的第三方包名称。这条命令会返回该包的详细信息,包括版本号。 步骤2:打印包版本信息 接着,我们可以使用以下代码来打印出查询到的包版本信息: import subprocess def get_package_version(package_name): result = subprocess.run(['pip', 'show', packag...
cumulus@switch:~$ net show package version vrf 1.0-cl4u2 Linux Commands Upgrade Packages To upgrade all the packages installed on the system to their latest versions, run the following commands: cumulus@switch:~$ sudo -E apt-get update ...
另外,在Linux中还提供了象GnoRPM、kpackage等图形化的RPM工具,使得整个过程会更加简单。 二、deb包安装方式步骤: 1、找到相应的软件包,比如soft.version.deb,下载到本机某个目录; 2、打开一个终端,su -成root用户; 3、cd soft.version.deb所在的目录; ...
downgrade Downgrade a package group display, or use, the groups information help display a helpful usage message history display, or use, the transaction history info display details about a package or group of packages install install a package or packages on your system ...
sudo apt install <package_name>=<version_number> package_name为包名,version_number为版本号。 移除包可以使用 remove 命令: sudo apt remove mplayer 查找名为 libimobile 的相关包: apt search libimobile 查看pinta 包的相关信息: apt show pinta ...