You are not logged in.
I installed a package explicitly, and later i installed another package which is depending on the first package.
How to move a package from explicit installation list to dependency list, when there actually is an another package depend on it?
Offline
Take a look at the pacman -D options
Offline
man pacman is your friend:
pacman -D --asdeps <package>Note: Always try hard enough to find a solution by yourself. Only then ask.
To know or not to know ...
... the questions remain forever.
Offline
thanks.
sorry it's my bad - i under-estimated the power of pacman.
Offline