description |
---|
This tutorial will guide you through the installation of Manjaro. |
{% hint style="warning" %} Manjaro is only recommended for users with some experience of any Arch based distributions. {% endhint %}
Manjaro provided by Andronix is open source including all the scripts needed for installing it. You can take a look at it here (the Rootfs is here).
Download size - 164 MB
{% hint style="warning" %} The size mentioned above is not the size after installing Manjaro but it's just the tar size that Andronix downloads. This doesn't include a desktop environment for the GUI. {% endhint %}
- Open the Andronix App and click on the Manjaro card.
- Click the Install button.
- The first three options will install Manjaro with the mentioned Desktop Environment. The Non-DE variant installs Manjaro without any Desktop Environment and is recommended for using the distro only with a Command Line Interface. The last three options will install Manjaro with the mentioned Windows Manager.
{% hint style="success" %} We recommend to choose XFCE variant as it is the most stable, smooth, advanced and customizable Desktop Environment present at the moment {% endhint %}
- Use the command below to update your termux packages so that you're running the updated versions of the required packages.
pkg update
- Tap & hold anywhere on the screen and press Paste.
- Press Enter and wait till the installation completes.
- Type the following command to start the distro _**_and press enter.
./start-manjaro.sh
- Now if you see
root@localhost
in Termux then you have successfully started Manjaro.
{% page-ref page="../../vnc/vnc-basics.md" %}