Package: aptitude
Version: 0.8.4-1

# aptitude install tlp
also installs hdparm,
but then
# aptitude purge tlp
does not remove it.
It does remove the rest though, thankfully.

The following NEW packages will be installed:
  hdparm{a} (D: tlp, R: pm-utils) (tlp D: hdparm)  iw{a} (D: tlp) (tlp D: iw)
  libnl-3-200{a} (D: iw, D: libnl-genl-3-200) (tlp D: iw D: libnl-3-200)  
libnl-genl-3-200{a} (D: iw) (tlp D: iw D: libnl-genl-3-200)

I use
APT::Default-Release "experimental";
APT::Cache::AllVersions false;
APT::Clean-Installed false;
APT::Get::List-Cleanup false;
APT::Get::Fix-Missing true;
APT::Get::Purge true;
APT::Install-Recommends false;
Binary::apt::APT::Keep-Downloaded-Packages true;
APT::Keep-Downloaded-Packages true;
Aptitude::CmdLine::Always-Prompt true;
Aptitude::Purge-Unused true;
Aptitude::CmdLine::Show-Why true;
Aptitude::CmdLine::Show-Deps true;
Aptitude::CmdLine::Verbose 1;
Acquire::http::No-Cache true;
Acquire::PDiffs true;

Reply via email to