sudo apt-cache search package 搜索包 sudo apt-cache show package 获取包的相关信息,如说明、大小、版本等 sudo apt-cache showpkg package 显示软件包信息,包括包的依赖关系,包的提供者, sudo apt-cache pkgnames 打印软件包列表中所有包的名字 sudo apt-cache dumpavail 打印软件包列表中所有包的简介信息 su...
show | update | install pkg [{=pkg_version_number | /target_release}]... | remove pkg... | upgrade | full-upgrade | edit-sources | {-v | --version} | {-h | --help}} DESCRIPTION apt (Advanced Package Tool) is the command-line toolforhandling packages. It provides a commandline...
aptitude search string 搜索包 aptitude show pkgname 显示包的详细信息 aptitude clean 删除下载的包文件 aptitude autoclean 仅删除过期的包文件 考虑到系统的兼容性,并且上面的东东比较都大,不找最新版本了,直接用apt-get install XXX 来安装.因为我们的Ubuntu是dailyBulid的,所以光盘的内容基本上都是最新的了,无...
aptitude search string 搜索包 aptitude show pkgname 显示包的详细信息 aptitude clean 删除下载的包文件 aptitude autoclean 仅删除过期的包文件 考虑到系统的兼容性,并且上面的东东比较都大,不找最新版本了,直接用apt-get install XXX 来安装.因为我们的Ubuntu是dailyBulid的,所以光盘的内容基本上都是最新的了,无...
执行apt-get update程序分析/etc/apt/sources.list 自动连网寻找list中对应的Packages/Sources/Release列表...
~# apt-cache show flashplayer-mozilla Package: flashplayer-mozilla Priority: optional Section: multiverse/web Installed-Size: 1528 Maintainer: Christian Marillat <marillat@debian.org> Architecture: i386 Source: install-flash-player Version: 6.0.79-0.2 ...
【Linux】-apt-get命令 apt-get,是⼀条linux命令,适⽤于deb包管理式的操作系统,主要⽤于⾃动从互联⽹的软件仓库中搜索、安装、升级、卸载软件或操作系统。Advanced Package Tool,⼜名apt-get,是⼀款适⽤于Unix和Linux系统的应⽤程序管理器。最初于1998年发布,⽤于检索应⽤程序并将其加载...
4. How Do I Check Dependencies for Specific Packages? Use the ‘showpkg‘ sub command to check the dependencies for particular software packages. whether those dependencies packages are installed or not. For example, use the ‘showpkg‘ command along with package-name. ...
也有 apt-get 命令的描述。apt-get is the command-line tool for handling packages, and may be ...
Here’s an example of how you can use the apt-get command to show the information of a package: apt-cacheshownano# Output:# Package: nano# Priority: important# Section: editors# Installed-Size: 2018# Maintainer: Ubuntu Developers# Original-Maintainer: Jordi Mallach# Architecture: amd64# Ve...