This page (revision-14) was last changed on 2020-06-05 22:04 by Murray Altheim

This page was created on 2020-05-24 01:48 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
14 2020-06-05 22:04 7 KB Murray Altheim to previous
13 2020-05-24 11:46 7 KB Murray Altheim to previous | to last
12 2020-05-24 11:44 7 KB Murray Altheim to previous | to last
11 2020-05-24 11:44 7 KB Murray Altheim to previous | to last
10 2020-05-24 10:58 7 KB Murray Altheim to previous | to last
9 2020-05-24 05:04 6 KB Murray Altheim to previous | to last
8 2020-05-24 03:52 6 KB Murray Altheim to previous | to last
7 2020-05-24 03:22 6 KB Murray Altheim to previous | to last
6 2020-05-24 02:48 6 KB Murray Altheim to previous | to last
5 2020-05-24 02:34 5 KB Murray Altheim to previous | to last
4 2020-05-24 02:28 5 KB Murray Altheim to previous | to last
3 2020-05-24 02:19 4 KB Murray Altheim to previous | to last
2 2020-05-24 02:15 4 KB Murray Altheim to previous | to last
1 2020-05-24 01:48 2 KB Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 28 changed one line
The Yún comes with Python 2 but I want to use Python 3, so I'll be installing vim, tcsh, Python3, and pip3. The package names on OpenWrt are slightly different than Debian or other Linux flavours, so you might have to use {{opkg find name}} to find a software package (or look on the OpenWrt website for clues). You can install either python3 (the full package) or python3-light, which aims to provide most of what people need, and then just install the python3 subpackages as necessary. On a computer as small as a Yún you generally want to save as much space as possible. It wasn't an issue for me because I expanded the Yún's native drive space with a 32GB SD card (this is highly recommended, link below).
You use the {{opkg}} page manager rather than {{apt}} on Debian systems. The package names on OpenWrt are slightly different than Debian or other Linux flavours, so you might have to use {{opkg find name}} to find a software package (or look on the OpenWrt website for clues). You can install either python3 (the full package) or python3-light, which aims to provide most of what people need, and then just install the python3 subpackages as necessary. On a computer as small as a Yún you generally want to save as much space as possible. It wasn't an issue for me because I expanded the Yún's native drive space with a 32GB SD card (this is highly recommended, link below).
At line 35 changed one line
# opkg install python3
# opkg install python3-light
At line 41 added 4 lines
The Yún comes with Python 2 but I want to use Python 3, so I'll be installing vim, tcsh, Python3, and pip3. The {{python3}} package installs the entirety of Python 3, so it seems {{python3-light}} is meant to generally suffice for most people. Based on the difference in install times, it's significantly smaller.
! Important