Hi,
I just ordered a VPS (OVH) with version 15.0. The system is installed via pkgbase, but there are a lot of things I don't need installed by default.
To save some space, I'm trying, among other things, to remove all 32-bit libraries:
but it fails with the following messages:
I have the same problem after upgrade to 15.1.
Any help will be appreciated
I just ordered a VPS (OVH) with version 15.0. The system is installed via pkgbase, but there are a lot of things I don't need installed by default.
To save some space, I'm trying, among other things, to remove all 32-bit libraries:
sh:
pkg info | awk '/lib32/ {print $1}' | sed 's/-15-0//' | while read p
do
pkg remove -y $p
done
sh:
Cannot solve problem using SAT solver, trying another plan
Cannot solve problem using SAT solver, trying another plan
Cannot solve problem using SAT solver, trying another plan
Cannot solve problem using SAT solver, trying another plan
Any help will be appreciated