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