Glam Prestige Journal

Bright entertainment trends with youth appeal.

Is apt-get purge --auto-remove packagename a valid command?

Or, does it have to be apt-get remove --purge --auto-remove packagename?

The Ubuntu manpage for apt-get () only mentions using the --auto-remove option "If the command is either install or remove...", so I was wondering if it could also be used with the purge command, since that is just a shortcut for the remove command with the --purge option.

Thank you.

4

1 Answer

Yes, those commands are valid. Moreover, they are equivalent because purge is equivalent with remove --purge (see man apt-get).

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy