SmartVessel

Foucs on C++

博客园 首页 新随笔 联系 订阅 管理
list installed package
pacman -Qs package

 

 

remove installed package

1.only remove single package

 

pacman -R package

 

 

2.remove package and its dependencies which are not required by any other installed package

 

pacman -Rs package
 

install package

pacman -S package

 

find package from repository

pacman -Ss package 
posted on 2012-09-05 17:22  SmartVessel  阅读(478)  评论(0编辑  收藏  举报