arch: timid installations
This commit is contained in:
@@ -51,7 +51,7 @@ sudo pacman -S archlinux-keyring
|
||||
List all orphaned packages:
|
||||
|
||||
```sh
|
||||
sudo pacman -Qtdq
|
||||
pacman -Qtdq
|
||||
```
|
||||
|
||||
Removing a package:
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user