home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c337fe7
)
Add Debian notes
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 12 Feb 2020 22:09:53 +0000
(17:09 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 12 Feb 2020 22:09:53 +0000
(17:09 -0500)
debian.md
[new file with mode: 0644]
patch
|
blob
diff --git a/debian.md
b/debian.md
new file mode 100644
(file)
index 0000000..
43a0f78
--- /dev/null
+++ b/
debian.md
@@ -0,0
+1,17
@@
+Multiarch
+---------
+
+https://wiki.debian.org/Multiarch/HOWTO
+
+```
+dpkg --add-architecture i386
+apt update
+apt install $PKG_NAME:i386
+```
+
+Backports
+---------
+
+List installed:
+
+`dpkg-query -W | grep '~bpo'`
This page took
0.028426 seconds
and
4
git commands to generate.