Merge remote-tracking branch 'soft/master' into dev
This commit is contained in:
@@ -20,7 +20,9 @@ sudo pacman-key --populate archlinux
|
||||
|
||||
And refreshed with:
|
||||
|
||||
```sh
|
||||
sudo pacman-key --refresh-keys
|
||||
```
|
||||
|
||||
If you have usigned keys, you can refresh with:
|
||||
|
||||
@@ -52,6 +54,12 @@ List all orphaned packages:
|
||||
sudo pacman -Qtdq
|
||||
```
|
||||
|
||||
Removing a package:
|
||||
|
||||
```sh
|
||||
sudo pacman -Rn <package_name>
|
||||
```
|
||||
|
||||
## Cleaning Config Files
|
||||
|
||||
Arch does not overwrite your changes to configuration files.
|
||||
@@ -62,3 +70,4 @@ These changes must be merge manually.
|
||||
|
||||
Install the `pacdiff` tool to make this easier, from the `pacman-contrib` package, then simply run `sudo pacdiff` to sort through the various mergers.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user