Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
atuTools4ut_armhf_0.3.22.deb | 2019-01-08 | 2.1 MB | |
Totals: 1 Item | 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