43a0f78a354612c86132f6d6af3be7aa747cdec0
[khome.git] / debian.md
1 Multiarch
2 ---------
3
4 https://wiki.debian.org/Multiarch/HOWTO
5
6 ```
7 dpkg --add-architecture i386
8 apt update
9 apt install $PKG_NAME:i386
10 ```
11
12 Backports
13 ---------
14
15 List installed:
16
17 `dpkg-query -W | grep '~bpo'`
This page took 0.044436 seconds and 3 git commands to generate.