[pacman-dev] [PATCH 0/1] Introduce "AssumeInstalled" option in the config file

Дамјан Георгиевски gdamjan at gmail.com
Sun Aug 30 17:07:47 UTC 2020


I have had at least two or three use cases for this option,
* one has been since I always have to type
  pacman -Syu --assume-installed noto-fonts when plasma-integration is updated
* `pacman -Syu --assume-installed perl` since it's needlesly pulled by openssl
  and I didn't need it for containers and similar

Having this in the config file allows to use the option together with pacstrap too.

Please review and if the change is acceptable suggest what else needs to be added


Дамјан Георгиевски (1):
  AssumeInstalled option in the config file

 etc/pacman.conf.in | 1 +
 src/pacman/conf.c  | 2 ++
 2 files changed, 3 insertions(+)

-- 
2.28.0


More information about the pacman-dev mailing list