excalibur1234 / pacui

Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Pacaur/Pamac-cli functionality in a simple UI
GNU General Public License v3.0
169 stars 13 forks source link

Marking packages with pacman -D #3

Closed itsdeadguy closed 7 years ago

itsdeadguy commented 7 years ago

Does PacUI have the ability to mark packages as dependencies or explicitly installed? If not, would it be possible to add this?

excalibur1234 commented 7 years ago

it is easy to mark a package as explicitly installed: "(force) remove package" from your system and install it again. this will mark a package as explicitly installed and therefore never mark it as "orphaned".

i do not see any reason to mark a package as dependency: if you do that, the "clean system" option will see that package as orphaned and offers to remove it for you. you can simply "force remove package" to do effectively the same. if you disagree with my point of view, please describe a non-abstruse use case in which this is actually useful or beneficial.

i try to keep the options in pacui at a minimum. every option should either :

edit: feel free to reopen this issue, if you want to discuss it further.