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 

相关文章:

  • 2021-06-21
  • 2021-11-02
  • 2022-12-23
  • 2021-07-20
  • 2021-09-03
  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2022-03-05
  • 2021-12-26
  • 2021-10-24
  • 2022-02-11
  • 2021-07-12
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案