Acquire::Changelogs::AlwaysOnline "true";
Acquire::http::User-Agent-Non-Interactive "true";

// Enable the new solver by default for our commands
binary::apt::APT::Solver "3.0";
binary::apt-get::APT::Solver "3.0";
// Allow to remove manually installed packages for the
// first phase.
APT::Solver::RemoveManual "true";
