1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-26 21:29:46 +01:00

YAY: added guide on settings

This commit is contained in:
2025-11-24 01:58:09 +01:00
parent cbf4c8fd87
commit 97dd97efa9

View File

@@ -16,6 +16,20 @@ It features the same syntax.
This section addresses various usages of the arch linux package managers.
### Yay: Remove Make Dependencies
This section is based on a
[Reddit comment by AnalShart](https://www.reddit.com/r/archlinux/comments/116dd58/is_it_possible_to_default_remove_make).
The default behavious of Yay is not to remove the make dependencies.
This can be changed by adding the following lines to the config file `~/.config/yay/config.json` or
by editing it accordingly.
```json
{
"removemake": "yes"
}
```
### Ignoring Packages
Packages can be ignored by adding the package in `/etc/pacman.conf` under `IgnorePkg`.