Quantcast
Viewing all articles
Browse latest Browse all 7

Answer by Francisco for How to remove all i386 packages from Ubuntu 64bit?

The debian's multiarch guide mentions this command: apt-get purge ".*:<arch>", which would look like this for i386:

sudo apt-get purge ".*:i386"

You can then remove the architecture from dpkg:

sudo dpkg --remove-architecture i386

Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>