ubuntu-in-termux VS termux-packages

Compare ubuntu-in-termux vs termux-packages and see what are their differences.

ubuntu-in-termux

This is a script by which you can install Ubuntu in your termux application without a rooted device (by MFDGaming)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ubuntu-in-termux termux-packages
9 328
1,428 12,205
- 1.4%
0.0 10.0
over 1 year ago 7 days ago
Shell Shell
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ubuntu-in-termux

Posts with mentions or reviews of ubuntu-in-termux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-07.
  • now how do I install Linux with termux with a full interface incase I wanna use adb over wifi
    1 project | /r/QuestPiracy | 27 May 2023
    Download a script that can install Ubuntu in Termux by typing: git clone https://github.com/MFDGaming/ubuntu-in-termux.git
  • Termux File System layout
    2 projects | /r/termux | 7 May 2023
    example, use this https://github.com/MFDGaming/ubuntu-in-termux
  • What can I install on/do with my unused Android TV box?
    1 project | /r/linux | 18 Oct 2022
    How about to go with Termux? Honestly, the abilities it has are impressive, really. You can run a lot with Termux. If thats not enought, there is also Ubuntu in Termux which you can install into Termux and boot into it and run your stuff there - that should cover the stuff Termux wont do.
  • I’m trying to set my pi up to mine but I don’t know what to do when it says ./xmrig is a directory
    4 projects | /r/MoneroMining | 2 Feb 2022
    1. termux-setup-storage 2. apt-get update && apt-get upgrade -y 3. apt-get install wget -y 4. apt-get install git -y 5. apt-get install proot -y 6. pkg install git build-essential cmake -y 7. git clone https://GitHub.com/xmrig/xmrig.git 8. mkdir xmrig/build && cd xmrig/build 9. cmake .. -DWITH_HWLOC=OFF -DWITH_TLS=OFF && make -j$(nproc) 10. exit 11. exit 12. cd ~ && git clone https://github.com/MFDGaming/ubuntu-in-termux 13. cd ubuntu-in-termux 14. chmod +x ubuntu.sh 15. ./ubuntu.sh -y 16. ./startubuntu.sh 17. apt update 18. apt upgrade -y 19. apt install python3 python-dev python3-pip 20. apt install git curl wget 21. exit 22. exit 23. cd xmrig/build
  • Neofetch command not working
    1 project | /r/termux | 22 Nov 2021
    I'm not sure why the neofetch command stopped working, the only thing I did since the last time I ran the command and it still worked was installing this to Termux. Now when I run neofetch in regular Termux, I get /data/data/com.termux/files/usr/bin/neofetch: 35: Bad substitution. I'm on the newest version of Termux from F-Droid. Any help would be appreciated.
  • S21 Ultra XMrig ~920H/s
    2 projects | /r/MoneroMining | 17 Nov 2021
    apt update && apt upgrade apt install proot -y apt install wget -y apt install git git clone https://github.com/MFDGaming/ubuntu-in-termux ls cd ubuntu-in-termux ls chmod +x * ls ./ubuntu.sh ls ./startubuntu.sh
  • Error when run ./xmrig
    2 projects | /r/MoneroMining | 12 Nov 2021
    Get termux from the website not Google play store. Use ubuntu-in-termux. https://github.com/MFDGaming/ubuntu-in-termux Then xmrig ubuntu build, basic build. https://xmrig.com/docs/miner/build/ubuntu You may need to apt-get install each dependency manually, but it's not as vast as installing it on a PC. Only a few dependencies. I had trouble with uv not found error it was libuv1
  • Tails OS gang rise up tho
    1 project | /r/linuxmasterrace | 29 Mar 2021
    Take a look at this: https://github.com/MFDGaming/ubuntu-in-termux
  • Is this ubuntu still working on termux in 2021?
    3 projects | /r/termux | 28 Feb 2021
    I think I fix the problem. Find this link. https://github.com/MFDGaming/ubuntu-in-termux. For anyone who rmend up this problem try this: Installation steps Update termux: apt-get update && apt-get upgrade -y Install wget: apt-get install wget -y Install proot: apt-get install proot -y Install git: apt-get install git -y Go to HOME folder: cd ~ Download script: git clone https://github.com/MFDGaming/ubuntu-in-termux.git Go to script folder: cd ubuntu-in-termux Give execution permission: chmod +x ubuntu.sh Run the script: ./ubuntu.sh -y Now just start ubuntu: ./startubuntu.sh

termux-packages

Posts with mentions or reviews of termux-packages. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Usbredir: A protocol for sending USB device traffic over a network connection
    3 projects | news.ycombinator.com | 16 Apr 2024
    usbredirect, USB drives/disks, Termux, termux-usb, QEMU, and Alpine Linux in action in April 2024 on an Android 11 phone that is not rooted --> Update-6, Update-7, Update-8, Update-9, Update-10 at https://github.com/termux/termux-packages/issues/19635

    "USB Network Redirection protocol description version 0.7 (19 May 2014)": https://gitlab.freedesktop.org/spice/usbredir/-/blob/main/do... (gitlab.freedesktop.org/spice/usbredir/-/blob/main/docs/usb-redirection-protocol.md)

    "How to use Spice "Open remote computing"" Hans de Goede "@ T-DOSE 2011, Eindhoven": https://www.youtube.com/watch?v=e1fC3GOTHOY (www.youtube.com/watch?v=e1fC3GOTHOY)

  • "Is it Worth Rooting your Phone in 2023?"
    1 project | news.ycombinator.com | 15 Apr 2024
    Phone (not rooted) running Android 11 and Termux doing superuser/root operations on a USB flash drive connected to the phone, for example "cryptsetup luksFormat /dev/sda1" and "mkfs.ext4 /dev/mapper/v1" --> Update-6 through Update-8 and "Connecting a USB device to QEMU using termux, termux-usb, usbredirect" at https://github.com/termux/termux-packages/issues/19635 (see also Update-9, Update-10, Update-11).
  • Security of an encrypted partition in a flash drive
    1 project | news.ycombinator.com | 11 Apr 2024
    Done on a phone that is not rooted running Termux, termux-usb, usbredirect, and QEMU --> "cryptsetup luksFormat /dev/sda1" and "cryptsetup luksOpen /dev/sda1 v1" and "mkfs.ext4 /dev/mapper/v1" and "mount /dev/mapper/v1 /root/1" where "/dev/sda1" is a partition on a USB flash drive ("dev/sda") plugged in the phone: https://github.com/termux/termux-packages/issues/19635 (github.com/termux/termux-packages/issues/19635'cryptsetup)
  • "Connecting a USB device to QEMU using termux, termux-USB, usbredirect"
    1 project | news.ycombinator.com | 3 Apr 2024
  • PinePhone review after a month of daily driving
    3 projects | news.ycombinator.com | 26 Jan 2024
    Yes. Even without enabling root, you can install Termux[1] and have a full Linux cli environment with ssh.

    > don't understand not more people want to access their DCIM folder via sshfs

    I agree. I sync my camera folder with Syncthing[1], so as soon as I take a photo it is available on my laptop.

    1: https://termux.dev/

  • Termux: Linux Applications on Android
    1 project | news.ycombinator.com | 19 Nov 2023
    As usual don't forget that Android/Linux isn't GNU/Linux,

    https://github.com/termux/termux-packages/wiki/Termux-and-An...

    https://developer.android.com/ndk/guides/stable_apis

    https://android.googlesource.com/platform/bionic/+/master/an...

  • GNU Guix into Termux
    1 project | news.ycombinator.com | 16 Nov 2023
  • A standalone zero-dependency Lisp for Linux
    6 projects | news.ycombinator.com | 3 Nov 2023
    With this, I was able to cross compile lone for x86_64 from within the Termux environment of my aarch64 smartphone. All I had to do was obtain the Linux user space API headers for x86_64.

    I made a Termux package request for multiplatform Linux UAPI headers specifically so I could cross compile lone but unfortunately it was rejected.

    https://github.com/termux/termux-packages/issues/16069

  • Why SQLite Does Not Use Git
    13 projects | news.ycombinator.com | 22 Jul 2023
    I wonder how far you could get with the git client in termux. I got vim running at one point.

    [1] https://termux.dev/

    [2] https://packages.termux.dev/apt/termux-main/pool/main/g/git/

  • Crystal is now available on Termux AArch64
    2 projects | /r/crystal_programming | 16 Jul 2023
    Crystal can be installed with just pkg install crystal. If you have Docker, you could also clone the build environment and try building Crystal locally with scripts/run-docker.sh scripts/build-package.sh -I -a aarch64 crystal.

What are some alternatives?

When comparing ubuntu-in-termux and termux-packages you can also consider the following projects:

xmrig - RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark

nix-on-droid - Nix-enabled environment for your Android device.

proot - An chroot-like implementation using ptrace.

UserLAnd - Main UserLAnd Repository

xmrigCC - RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring

Code-Server - VS Code in the browser

proot - chroot, mount --bind, and binfmt_misc without privilege/setup for Linux

xmrig - Monero (rx/0, rx/wow, rx/loki, defyx, rx/arq, rx/sfx, rx/keva, cn/0, cn/1, cn/2, cn/r, cn/fast, cn/half, cn/xao, cn/rto, cn/rwz, cn/zls, cn/double, cn/gpu, cn-lite/0, cn-lite/1, cn-heavy/0, cn-heavy/tube, cn-heavy/xhv, cn-pico, cn-pico/tlo, argon2/chukwa, argon2/wrkz, astrobwt) CPU/GPU miner

Tool-X - Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions. [Moved to: https://github.com/rajkumardusad/Tool-X]

chromium - The official GitHub mirror of the Chromium source

android-tools - Android tools built for Android devices.

AllHackingTools - All-in-One Hacking Tools For Hackers! And more hacking tools! For termux.