From 77f014daa7d505e41acd9490188b6b5a5d981c54 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 13 Apr 2020 22:52:39 -0400 Subject: [PATCH] Add Debian multiarch remove notes --- notes-debian.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notes-debian.md b/notes-debian.md index 5cbf062..e9b4b93 100644 --- a/notes-debian.md +++ b/notes-debian.md @@ -3,10 +3,16 @@ Multiarch https://wiki.debian.org/Multiarch/HOWTO +### add dpkg --add-architecture i386 apt update apt install $PKG_NAME:i386 +### remove + apt remove $(dpkg --get-selections | awk '/i386/ {print $1}' | xargs) + dpkg --remove-architecture i386 + apt update + Backports --------- -- 2.20.1