本文详细介绍pacman命令中文翻译
提要:
pacman命令中文翻译
Index
NAME名称
pacman - package manager utility包管理
SYNOPSIS概要
pacman [options] [package] ...
pacman <操作> [选项] <包> [包] ...
DESCRIPTION描述
pacman is a package management utility that tracks installed packages on a linux system. It has simple dependency support and the ability to connect to a remote ftp server and automatically upgrade packages on the local system. pacman package are gzipped tar format.
pacman是一个用来跟踪linux系统上已安装包的实用包管理。它具有简单的依赖性支持和具有连接远端ftp服务器的能力,可以自动更新本地系统的包。Pacman包是gzipped tar格式。
OPERATIONS操作
-A, --add
Add a package to the system. Package will be uncompressed into the installation root and the database will be updated.
向系统添加一个包。包将被解压缩到安装目录,且数据库将被更新。
-F, --freshen
This is like --upgrade except that, unlike --upgrade, this will only upgrade packages that are already installed on your system.
这个命令和—upgrade不完全一样,它仅仅更新已经安装在你的系统上的包。
-Q, --query
Query the package database. This operation allows you to view installed packages and their files, as well as meta-info about individual packages (dependencies, conflicts, install date, build date, size). This can be run against the local package database or can be used on individual .tar.gz packages. See QUERY OPTIONS below.
作者:翟翔 责编:豆豆技术应用
- Linux/Unix新闻
- Linux/Unix入门
- Linux/Unix命令
- Linux/Unix安装
- Linux/Unix编程
- Linux/Unix管理
- Linux/Unix桌面
- Linux/Unix内核
- Linux/Unix软件
- Linux/Unix发行版
- redhat/Fedora
- Ubuntu Linux
- IBM AIX
- FreeBSD
- Solaris
- NetBSD
- SCO Unix
- find基本用法
- ldd命令原理及用法例子
- su和sudo命令的区别与使用技巧
- Linux操作系统下的dd命令技巧
- 关于Top命令的参数详解
- 关于Tar命令的使用
- SSH实用技巧及常用命令使用
- Linux后台执行命令
- VI命令使用技巧集锦
- Vmstat命令列出的属性详解
- 如何查看及修改文件读写权限
- 最大可存储的单文件容量
- ext2/ext3文件系统介绍
- 常用压缩格式的压缩解压方法
- Linux系统的引导过程详细解析
- Configure参数解释说明
- Linux下硬盘和分区的命名方法
- 硬链接与软链接的区别
- 权限和所有权模型
- 存储设备的两种表示方法