Difference between revisions of "Pacman Overview/zh-cn"

Created page with "Pacman 简介"
(Created page with "- Pacman已经被Manjaro Linux默认安装 - Pacman主要的开发和维护者是Arch Linux的开发者 - Pacman只能在命令行下使用,如果你想要用图形界面...")
Tags: Mobile web edit Mobile edit
 
(Created page with "Pacman 简介")
Tags: Mobile web edit Mobile edit
Line 2: Line 2:
__TOC__
__TOC__


=Overview=
=简介=


Manjaro's package manager, [[Special:MyLanguage/Pamac|Pamac]] ships with most Manjaro editions.  All Manjaro editions include [https://www.archlinux.org/pacman/ pacman], the package manager from upstream Arch Linux.  Pacman includes some advanced features not found in Pamac.
pacman是Manjaro的包管理工具,基本上所有的Manjaro版本都有pacman, 这个包管理工具源自上游的Arch Linux。但是Pacman也有一些Pamac不具有的功能。


Key points to know:
重点须知


- Pacman已经被Manjaro Linux默认安装
- Pacman已经被Manjaro Linux默认安装
Line 17: Line 17:




=Installing Updates=
=安装更新=


To update the package database and update all packages on the system
安装包数据库以及更新系统上的所有包
sudo pacman -Syu
 
sudo pacman -Syu