pacman arch
sudo pacman -Syu# leaving dependencies
pacman -R <package_name>
# removing dependencies
pacman -Rs <package_name>
# The above may sometimes refuse to run when removing a group which
# contains otherwise needed packages. In this case try:
pacman -Rsu <package_name>
# To remove a package, its dependencies and all the packages that depend
# on the target package:
pacman -Rsc <package_name>
# To remove a package, which is required by another package, without
# removing the dependent package:
pacman -Rdd <package_name>
# Pacman saves important configuration files when removing certain
# applications and names them with the extension: .pacsave. To prevent
# the creation of these backup files use the -n option:
pacman -Rn <package_name>pacman -S package_name1 package_name2
Also in C++:
- deploy to firebase using trivis
- tricks to do with ubuntu
- download file using cmd
- mount a filesystem under another filesystem linux
- unrar installation using brew
- pip upgrade command
- electron setup cmd
- ubuntu releases
- Failed to start cron.service: Unit not found. in centos7
- list commands in shell
- linux kill all process of a user
- back4app cli tool install mac
- how to run verilog files in linux
- how to get environment variables in powershell
- sudo pip3 install
- how to make tunnel in linux ubuntu
- list file size as mb
- install owlready2
- get log from a docker machine
- "mailx" and "dead.letter" and "centos"
- vim delete line
- ansible select inventory file to adhoc command
- git fetch vs pull
- check angular version