|--==> Alejandro Lopez writes:
AL> Hi All,
AL> I have listed my installed packages (dpkg -l I think) and all of them
have
AL> "ii" first on the report. A couple of them have "rc", they're both
packages
AL> I tried to install but later on removed with the option "purge". I
thought
AL> this would remove "everything" from the computer but I see they are still
AL> listed. I've read the syntax for this status flags as appears at the
AL> begining of the report but I can't understand it. I would like to remove
AL> these packages, just as if they had never been installed (to keep the box
AL> clean I suppose).
Running dpkg with the --purge options *does* cleanly every file used
by the package, unless on of its files has been changed locally or one
of its directly is not empty (e.g. /var/cache/<package> if the package
uses a cache).
Just run dpkg --purge <package> once again if you don't notice any
warning, then you can safely assume that the package has been
completely removed.
Cheers,
Free
|