The Medibuntu Project has come to an end: what do I do now?
How do I find packages on my system which came from medibuntu? The previous question seems to list medibuntu packages explicitly - is there a way to query the package database by the source?
Do I need to remove them so that they are replace by maintained packages from other sources?
Which repository contains those packages now?
By now almost all the medibuntu packages have been already superseded with packages from the main repos (restricted, universe, multiverse), so the task is to eliminate the traces of medibuntu.
You would probably be better off installing
aptitude
before hand (see below).As
root
, do the following to forget medibuntu:Now, to purge the packages which come from medibuntu, do this:
You might have to select an alternative dependency problem resolution (e.g.,
aptitude
might suggest that you remove a 100 packages if you purge a medibuntu librarylibavutil
; sayno
and it will offer to install the same library from an alternative source).This means that you will probably be better off using
aptitude
thanapt-get
for this task because the former offers the alternatives for dependency problem resolution. See also