Name | Modified | Size | Downloads / Week |
---|---|---|---|
screenshots | 2022-04-27 | ||
releases | 2019-01-08 | ||
images | 2018-12-22 | ||
ATU_arm-linux.tar.gz | 2017-12-24 | 2.1 MB | |
README | 2017-12-19 | 718 Bytes | |
Totals: 5 Items | 2.1 MB | 0 |
On Ubuntu Touch, you can install everything from the Terminal app or via ssh, either or will work. Just follow these steps: #download: $ wget https://sourceforge.net/projects/all-things-ubuntu-library/files/ATU_arm-linux.tar.gz #extract: $ tar -xf ATU_arm-linux.tar.gz #install ATU locally: $ ./ATU_arm-linux --install #you also recommended to install dependencies like this: $ sudo ./ATU_arm-linux --installdeps #if you're using Vivid this will also fix your sources (vivid reached end of life) #most basic dependencies are installed by ATU, and they will not take much space. #you may now remove the downloaded files (or not, up to you): $ rm ATU_arm-linux $ rm ATU_arm-linux.tar.gz