Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix install instruction |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a6ebe6d705b253d8c1209184d368f128 |
User & Date: | bernd 2019-05-15 13:07:53.509 |
Context
2019-05-15
| ||
13:34 | Fix install instruction check-in: dd22455066 user: bernd tags: trunk, 0.8.8-20190516 | |
13:07 | Fix install instruction check-in: a6ebe6d705 user: bernd tags: trunk | |
2019-05-13
| ||
22:39 | Use anonymous quotation check-in: c50a966049 user: bernd tags: trunk | |
Changes
Changes to wiki/get-it.md.
︙ | ︙ | |||
15 16 17 18 19 20 21 | sudo apt-get install apt-transport-https Create a debian sources.list file pointing to the net2o repository, and add my key to the trust db so that Debian can verify the packets, update the repository data and install net2o, so enter: | | | < < < < > > > > > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | sudo apt-get install apt-transport-https Create a debian sources.list file pointing to the net2o repository, and add my key to the trust db so that Debian can verify the packets, update the repository data and install net2o, so enter: sudo -s cat >/etc/apt/sources.list.d/net2o.list <<EOF deb [arch=i386,amd64,armhf,armel,arm64,powerpc,mips,mipsel,all] https://net2o.de/debian testing main EOF Remove the architectures on the list above which you don't need; on Debian testing, the list is not necessary, on older versions, the all part is not searched if you don't have that list, then Gforth fails to install the gforth-common part. wget -O - https://net2o.de/bernd@net2o.de-yubikey.pgp.asc | apt-key add - apt update apt install net2o-gui exit There are actually three repositories: stable, testing and unstable; at the moment, all packages are the same; when net2o matures, stable/testing/unstable will get different roles, just like Debian (stable=old and rusted, testing=new and somewhat tested, unstable=most recent). Binaries are available for amd64, i386, armhf, arm64, powerpc, armel, mips, and mipsel (in order of how often they get updated). More depend on availability of Debian distributions that |
︙ | ︙ |