From fb57847947daa41291e87ce2a9e66e8dcca104b3 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 6 May 2025 18:40:09 +0200 Subject: Ubuntu: Enable 3.0 solver by default in apt CLI tools Update our vendor config to enable the 3.0 solver by default, using the legacy compat mode for apt-get, where it is allowed to remove manually installed packages. --- vendor/ubuntu/apt.conf-01-vendor-ubuntu | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vendor') diff --git a/vendor/ubuntu/apt.conf-01-vendor-ubuntu b/vendor/ubuntu/apt.conf-01-vendor-ubuntu index 30d25a717..64797799a 100644 --- a/vendor/ubuntu/apt.conf-01-vendor-ubuntu +++ b/vendor/ubuntu/apt.conf-01-vendor-ubuntu @@ -1,2 +1,9 @@ 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 apt-get to remove manually installed packages for the +// first phase. +binary::apt-get::APT::Solver::RemoveManual "true"; -- cgit v1.2.3-70-g09d2