0% found this document useful (0 votes)
115 views2 pages

Noname 3 Xyz

Termux is an Android terminal emulator and Linux environment app. It allows users to install Linux packages and software. Some key packages and repositories are mentioned, including how to install packages, upgrade packages, and search for packages. Issues can be reported online. The Google Play version is no longer supported, so the wiki provides more information. The document walks through installing the tree and nodejs packages as examples.

Uploaded by

Cyber ID
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views2 pages

Noname 3 Xyz

Termux is an Android terminal emulator and Linux environment app. It allows users to install Linux packages and software. Some key packages and repositories are mentioned, including how to install packages, upgrade packages, and search for packages. Issues can be reported online. The Google Play version is no longer supported, so the wiki provides more information. The document walks through installing the tree and nodejs packages as examples.

Uploaded by

Cyber ID
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Welcome to Termux!

Community forum: https://termux.com/community


Gitter chat: https://gitter.im/termux/termux
IRC channel: #termux on freenode

Working with packages:

* Search packages: pkg search <query>


* Install a package: pkg install <package>
* Upgrade packages: pkg upgrade

Subscribing to additional repositories:

* Root: pkg install root-repo


* Unstable: pkg install unstable-repo
* X11: pkg install x11-repo

Report issues at https://termux.com/issues

The Google Play version of the Termux app no longer


receives updates. For more information, visit:
https://wiki.termux.com/wiki/Termux_Google_Play

~ $ pkg install tree


Testing the available mirrors:
[*] https://packages.termux.org/apt/termux-main: ok
[*] https://grimler.se/termux-packages-24: ok
[*] https://dl.kcubeterm.me/termux-packages-24: ok
[*] https://termux.mentality.rip/termux-main: ok
Picking mirror: https://packages.termux.org/apt/termux-main
Get:1 https://packages.termux.org/apt/termux-main stable InRelease [7872 B]
Hit:2 https://packages.termux.org/apt/termux-games games InRelease
Hit:3 https://packages.termux.org/apt/termux-science science InRelease
Get:4 https://packages.termux.org/apt/termux-main stable/main aarch64 Packages [246
kB]
Fetched 254 kB in 3s (85.3 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
tree
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 27.7 kB of archives.
After this operation, 127 kB of additional disk space will be used.
Get:1 https://packages.termux.org/apt/termux-main stable/main aarch64 tree aarch64
1.8.0-2 [27.7 kB]
Fetched 27.7 kB in 0s (61.0 kB/s)
Selecting previously unselected package tree.
(Reading database ... 13679 files and directories currently installed.)
Preparing to unpack .../tree_1.8.0-2_aarch64.deb ...
Unpacking tree (1.8.0-2) ...
Setting up tree (1.8.0-2) ...
~ $ pkg install npm
Checking availability of current mirror: ok
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package npm
~ $ pkg install nodejs
Checking availability of current mirror: ok
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
c-ares
The following NEW packages will be installed:
c-ares nodejs
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 8417 kB of archives.
After this operation, 59.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 https://packages.termux.org/apt/termux-main stable/main aarch64 c-ares
aarch64 1.17.1-1 [112 kB]
Get:2 https://packages.termux.org/apt/termux-main stable/main aarch64 nodejs
aarch64 14.15.4-2 [8304 kB]
Fetched 8417 kB in 18s (481 kB/s)
Selecting previously unselected package c-ares.
(Reading database ... 13683 files and directories currently installed.)
Preparing to unpack .../c-ares_1.17.1-1_aarch64.deb ...
Unpacking c-ares (1.17.1-1) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_14.15.4-2_aarch64.deb ...
Unpacking nodejs (14.15.4-2) ...
Setting up c-ares (1.17.1-1) ...
Setting up nodejs (14.15.4-2) ...
...

You might also like