How to Clean Mint suggestion - Purge i386 packages on amd64 systems

33 views
Skip to first unread message

Robert Carlson

unread,
Mar 8, 2021, 4:32:45 AM3/8/21
to Errors in Easylinuxtipsproject

x. Remove foreign architectures (i386)

Check current architecture:

$ dpkg --print-architecture
amd64

Only continue if system is amd64 architecture.

Review the packages pending removal:
$  dpkg -l | grep ".*:i386"

$  sudo apt-get purge ".*:i386"

$  sudo dpkg --remove-architecture i386

Reply all
Reply to author
Forward
0 new messages