[kwlug-disc] Photo Managment

Khalid Baheyeldin kb at 2bits.com
Sun Feb 10 19:22:09 EST 2019


On Sat, Feb 9, 2019 at 2:43 PM Ron Singh <ronsingh149 at gmail.com> wrote:

>
> I did the autoremove thing and proceeded to clobber the OS, rendering a
> non-booting system(Thinkpad T430s).
> I did it with Ubuntu Xfce too, same issue.
>

That is really strange ...

See, I have this alias on all my boxes:

alias auf='sudo aptitude update && sudo aptitude full-upgrade && sudo *apt-get
autoremove*'

And I run auf when I get emails from apticron that updates are available.

Never had an issue with autoremove.

And rarely there has been any other issue, except when using PPAs that have
conflicting dependencies.

I need to research what really goes on with remove/autoremove/purge.
>

The way I understand it is that:

remove: uninstall the package but keep its files where they are.

purge: explicitly removes a package that you do not need, and its files.

In the both of the above cases, you will be prompted if it breaks
dependencies of other packages on your system.

autoremove: removes things that are superseded or no longer needed. These
are mostly specific versions of
linux-image packages that are installed via a meta package. When you
install v5, then v4, and v5 will be in
your grub menu, but v3 is no longer needed and should be autoremoved.

Other instances of autoremoving are rare.

Seems like "remove" ditches the program but leaves config files and
> dependencies behind(which I am fine with).
> I think autoremoving Firefox(baked into the ISO) also removed it's
> dependencies which other apps/OS also needed to run properly.
>

I am guessing that what happened is Firefox was your only browser, so
www-browser would resolve to it, and many
packages depend on www-browser.

When you removed (or purged) firefox, you removed www-browser, and then all
those other packages that
depended on it complained. You are usually prompted on what you want to do
(leave dependencies broken,
remove some more stuff, ...etc)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20190210/eb2e9c64/attachment.htm>


More information about the kwlug-disc mailing list