Merge remote-tracking branch 'soft/master' into dev

This commit is contained in:
2025-10-14 16:07:02 +02:00
5 changed files with 64 additions and 2 deletions

View File

@@ -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.