apt-get source -d <pkg> # 下载完源码包后,编译 apt-get build-dep <pkg> # 构建pkg源码包的依赖环境(编译环境?) apt-get clean # 清除缓存(/var/cache/apt/archives/{,partial}下)中所有已下载的包 apt-get autoclean # 类似于clean,但清除的是缓存中过期的包(即已不能下载或者是无用的包)...
apt-get它将和工具中最常用的命令apt-cache与某些选项的不同默认值相结合。 2 apt 命令 2.1 apt-get参数 用法:apt-get [选项] 命令 apt-get [选项] install|remove pkg1 [pkg2 ...] apt-get [选项]sourcepkg1 [pkg2 ...] 1. 2. apt-get 是一...
Section: utils Source: rust-exa Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> Installed-Size:867kB Depends: libc6 (>=2.32), libgcc-s1 (>=4.2) Homepage: https://the.exa.website/ X-Cargo-Built-Using: rust-ansi-term (=0.12.1-1), rust-byteorder (=...
apt-get是一个功能强大且免费的包管理命令行程序,用于与Ubuntu’s APT(Advanced Packaging Tool) 库执行安装新软件包、删除现有软件包、升级现有软件包甚至用于升级整个操作系统。 什么是 apt-cache? apt-cache命令行工具用于搜索 apt 软件包缓存。简单来说,这个工具用于搜索软件包,收集软件包信息,也用于搜索可以安装...
Source: rust-exa Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> Installed-Size: 867 kB Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2) Homepage: https://the.exa.website/ X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1), rust-byteorder (= 1.4....
apt-get主要语法 apt-get [option] [action] [pkg] action install 从源中安装软件包 remove 删除软件包,保留配置文件 purge 完全删除软件包 update 从源中同步软件包的索引文件 upgrade 对现有的软件包进行更新 source 下载软件包源代码 clean 清除本地软件包 ...
When building the package cache the source cache is used to avoid reparsing all of the package files. Configuration Item: Dir::Cache::srcpkgcache. -q, --quiet Quiet; produces output suitable for logging, omitting progress indicators. More q's will produce more quietness up to a maximum of...
apt-get source -d <pkg> # 下载完源码包后,编译 apt-get build-dep <pkg> # 构建pkg源码包的依赖环境(编译环境?) apt-get clean # 清除缓存(/var/cache/apt/archives/{,partial}下)中所有已下载的包 apt-get autoclean # 类似于clean,但清除的是缓存中过期的包(即已不能下载或者是无用的包) ...
Perform low-level operations on the APT binary cache, including the ability to perform searches and produce output reports from package metadata. Commands add files Add the specified package index files to the source cache. Useful for debugging. depends pkgs For each specified package, show a list...
extensibleHTTPserverasstandards-compliant open source software.Homepage:http://httpd.apache.org/ 5. apt-cache showpkg:关于一个包的详细信息 “apt-cache show”显示包的基本信息。使用“apt-cache showpkg”显示包的详细信息,如下所示。 $ apt-cache showpkg apache2 ...