X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=notes-debian.md;h=e9b4b93ac90fd996889646425d42e0ac2721b357;hb=0d2fb06d32113dbc6ddcbeebb6e759453bf47a3c;hp=5cbf062c070d1cd030d14f86235f7b3725809da1;hpb=f3fa2f08c19a6aea06b86fe6d117b7d1e46e02a0;p=khome.git 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 ---------