To visualize the list of installed packages, we use the following command ~# dpkg-query-W To visualize an installed package whose name isscilabfor example, we use the previous command and a redirection (or pipeline) to the ‘grep’ command. Practically, we have: ~# dpkg-query-W|grep...
You can also installapt-show-versionscommand-line utility from the following command to check the version of the installed package on Debian. sudoaptinstallapt-show-versions-y Input the name of the package with theapt-show-versionscommand to get the list of available packages: apt-show-versions...
abhishek@itsfoss:~$ apt show ubuntu-restricted-extras Package: ubuntu-restricted-extras Version: 67 Priority: optional Section: multiverse/metapackages Origin: Ubuntu Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size...
用apt查询并下载了figlet 玩了一下字符画设置了字符画的字体但是没有修改颜色这次我们来找找另一个命令toilet apt search toilet apt show toilet 除了在...软件包网站查询由于是debian系的软件包,我们去debian.org找找到网址 https://www.debian.org/distrib/packages#search_packages 可以查询范围...软件包目录名...
Installing packages on Debian-based Linux distributions is done in several ways. In every case, thepackages are in the.debbinary archive formatand contain the necessary files and configurations to be properly installed. 2.1. APT (Advanced Packaging Tool) ...
abhishek@itsfoss:~$ apt show ubuntu-restricted-extras Package: ubuntu-restricted-extras Version: 67 Priority: optional Section: multiverse/metapackages Origin: Ubuntu Maintainer: Ubuntu Developers Bugs: https://bugs.launchpad.net/ubuntu/+filebug ...
installInstalla package.updateUpdatethe APTandMPR cache.upgradeUpgradeallinstalled packages.remove Remove a package.listListinstalled packages.infoShowpackageinformation.searchSearchforpackages.helpShowthe usage.cloneCloneapackagefromthe MPR. Donotuse'apt remove'or'apt purge'onMPR packages.Thepackagewillget...
0 packages upgraded, 0 newly installed, 4 to remove and 1 not upgraded. Need to get 0B of archives. After unpacking 14.6MB will be freed. Do you want to continue? [Y/n] 1. 2. 3. 4. 5. 6. 7. 8. 【清理缓存文件】 用户需要安装某个软件包时,APT从/etc/apt/sources.list中所列的...
例如,下面展示的是使用apt show展示ubuntu-restricted-extras这个包的详细信息: abhishek@itsfoss:~$ apt show ubuntu-restricted-extras Package:ubuntu-restricted-extras Version:67 Priority:optional Section:multiverse/metapackages Origin:Ubuntu Maintainer:UbuntuDevelopers<ubuntu-devel-discuss@lists.ubuntu.com> ...
上面的搜索结果中罗列出了所有匹配的软件包,使用iproute2软件包。如果向获取此软件包的详细信息,可以通过apt-cache show <pkg>命令来获得详细信息。 tencent@ubuntu:~/iproute$ apt-cache show iproute2 Package: iproute2 Architecture: amd64 Version: 4.3.0-1ubuntu3.16.04.5 ...