You are not logged in.
I'd like to change the install reason to "explicit" for one of my packages, without doing a
pacman -S $package_name
or re-installing the package...
Is this posible?
See Unix SE Question for refference.
Last edited by StefanLiebenberg (2010-09-14 10:31:26)
Stefan Liebenberg
Software Developer
http://unix.stackexchange.com/users/1327/stefan
Offline
Apart from '--asexplicit' I don't see any way.
Offline
There is a new -D / --database operation since pacman 3.4:
-D, --database
Modify the package database. This options allows you to modify certain attributes of the installed packages in pacman's database. At the moment, you can only change
the install reason using --asdeps and --asexplicit options.
pacman -D --asexplicit <pkgs>
Offline
man pacman.
Check out the -D switch
Edit: *damn* someone beat me to the line...
Last edited by toffyrn (2010-09-14 11:12:01)
Offline