arch: timid installations

This commit is contained in:
2025-10-14 17:19:22 +02:00
parent 8ef34f8a1f
commit 8ec1d53ea4
2 changed files with 12 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ sudo pacman -S archlinux-keyring
List all orphaned packages:
```sh
sudo pacman -Qtdq
pacman -Qtdq
```
Removing a package:

View File

@@ -16,3 +16,14 @@ Getting the colors is done by editing the `/etc/pacman.conf` and uncommenting th
By adding the line `ILoveCandy` you will unlock some terminal animations, like pacman eating dots while installing some package.
## Timid Installations
Want to try out software, but not sure if you want to keep it?
You can tell `pacman` that this is a dependency for another package:
```sh
pacman -S --noconfirm --asdeps <weird music player>
```
When you [remove orphaned packages](pacman.md), the package will be automatically uninstalled.