How to Install Arch Linux on Android Smartphone without Root?

    What is Arch Linux?

    Arch Linux is an independently developed x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is intentionally minimal so that users can add only the packages they require.



    How to Install Arch Linux on Android Smartphone without Root?

    # Update and Upgrade your packages:-

    1. pkg update && pkg upgrade -y



    # Install x11-repo in Termux:-

    2. pkg install x11-repo


    # Install Termux-x11-nightly in Termux:-

    3. pkg install termux-x11-nightly


    Download the Termux x-11 from Google Chrome,you search Termux x-11 on Google chrome.You know you choose Universal Termux x-11 for Download.

    This packages are install for work on Termux x-11.


    # Install pulseadio package from this command:-

    4. pkg install pulseaudio


    # Install proot-distro for start Installation of Arch Linux:-

    5. pkg install proot-distro


    # After Installation of proot-distro,Install Arch Linux with this command in Termux:-

    6. proot-distro install archlinux


    # Login Arch Linux with this command in Termux:-

    7. proot-distro login archlinux


    # Update repositories and install any package you want:-

    8. pacman -Sy

    pacman -Syu


    pacman -S sudo

    pacman -S xfce4


    How to install KDE Plasma Desktop?


    (1.) Follow first steps


    (2.) Install the following packages in Archlinux proot


    # Log into Arch

    9. pd login archlinux


    # Install the packages needed (if you want it lighter you can just install the first packages pacman -S plasma-desktop sudo dbus)

    10. pacman -S plasma-desktop sudo dbus kde-applications kde-graphics kde-utilities konsole thunar


    # Add a new user:-

    11. useradd -m -G wheel DK


    # And set a password for sudo:-

    12. passwd DK


    # Give sudo permissions to the user

    13. nano /etc/sudoers


    # Paste this line 👇 below of root ALL=(ALL) ALL command:-

    14. DK ALL=(ALL) ALL

    # Check your username by this command:-

    15. su - DK

    16. whoami

    17. sudo whoami


    # Type your password which you type before time.


    # Exit from sudo,exit from Arch Linux and go to your Termux(CLI) terminal:-

    18. exit

    19. exit



    Download scripts easily:

    Note:-

    # By default this script works with the user DK. If you create a user with a different name in proot-distro, please change where it says DK inside the scripts. And remember to give execution permissions to the script:-


    # Install a script for Arch kde Desktop:-

    20. wget https://raw.githubusercontent.com/Linuxdroidmaster/Termux-Desktops/main/scripts/proot_arch/startkde_arch.sh


    # Check this script by "ls" command:-

    21. ls

    # You see a script word,Now you paste this command to allow permission to this script:-

    22. chmod +x startkde_arch.sh

    # To start Arch Linux(GUI) with this command:-

    23. ./startkde_arch.sh


    # Install a script for Arch xfce4 Desktop:-

    24. wget https://raw.githubusercontent.com/Linuxdroidmaster/Termux-Desktops/main/scripts/proot_arch/startxfce4_arch.sh

    startkde_arch.sh


    25. chmod +x startxfce4_arch.sh

    # To start GUI mode of Arch Linux:-

    26. ./startxfce4_arch.sh



    PLEASE SHARE THIS ARTICLE WITH YOUR FRIENDS AND FAMILY. IF YOU HAVE ANY QUESTIONS IN YOUR MIND. THEN PLEASE SHARE YOUR THOUGHTS IN THE COMMENT BOX.


    THANK YOU SO MUCH FOR READING HOW TO INSTALL KALI LINUX ON ANDROID WITHOUT ROOT (FULL VERSION).


    THANK YOU! 👍👋🙏😊

    Tags

    Post a Comment

    0 Comments
    * Please Don't Spam Here. All the Comments are Reviewed by Admin.