Re: *****SPAM***** Re: Uninstalling a package and its entourage
Am Montag, 27. Mai 2024, 17:51:23 CEST schrieb tomas@tuxteam.de:
> On Mon, May 27, 2024 at 04:59:55PM +0200, Nicolas George wrote:
> > Eben King (12024-05-27):
> > > Is there an easier way to uninstall a package and everything it brought
> > > in
> > > at one swell foop? Thanks.
> >
> > The packages you did not choose to install but were installed as a
> > consequence are shown by apt-get when you do almost anything:
> >
> > The following packages were automatically installed and are no longer
required:
> > <snip>
>
> ...and there is `apt-get autoremove' for that.
>
> cheers
You can also try:
aptitude purge package_name
and, maybe it is alrady deinstalle, you can purge any configurations:
aptitude purge ~c
Have fun!
Hans
Reply to: