wahasa / Fedora

Welcome To Fedora Termux For Android
https://youtube.com/@layargeser
14 stars 1 forks source link

My Channel
| Discord | YouTube |


Fedora on Termux Android

Fedora


• Install Apps on Android

Installation

Copy and paste this commands to Termux

pkg update

Install Fedora #### Fedora 41 (Pre-release) Rootfs : Arm64, Amd64 ``` pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Install/fedora41.sh ; chmod +x fedora41.sh ; ./fedora41.sh ``` #### Fedora 36 (Container Image) Rootfs : Armhf, Arm64, Amd64 ``` pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Install/fedora36.sh ; chmod +x fedora36.sh ; ./fedora36.sh ``` #### List Fedora | [Click Hare >](https://github.com/wahasa/Fedora/tree/main/Install)


Basic commands Fedora

dnf update : Update list package.
dnf upgrade : Upgrade package.
dnf search (pkg) : Search package.
dnf install (pkg) : Install package.
dnf autoremove (pkg) : Delete pkg.
dnf -h : Help all commands.


Desktop Environments

In Fedora, run this commands

dnf update

Install Xfce Desktop ![xfce](https://github.com/wahasa/Project/assets/69626847/8a5d72d8-d08b-491f-a209-80e2fa68786a) ``` dnf install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Desktop/de-xfce.sh ; chmod +x de-xfce.sh ; ./de-xfce.sh ```
Install Lxde Desktop ![lxde](https://github.com/wahasa/Project/assets/69626847/d7e1579d-cd75-4151-832f-f869a892eeeb) ``` dnf install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Desktop/de-lxde.sh ; chmod +x de-lxde.sh ; ./de-lxde.sh ```
Install Lxqt Desktop ![lxqt](https://github.com/wahasa/Project/assets/69626847/e6290702-c845-4a95-b555-65e27d36c234) ``` dnf install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Desktop/de-lxqt.sh ; chmod +x de-lxqt.sh ; ./de-lxqt.sh ```
Install Kde Desktop ![kde](https://github.com/wahasa/Project/assets/69626847/efaf0ab7-2891-4314-bded-f9d9a25b4721) ``` There is a problem ```

Feature

Visit problems now in : Issues


VNC Viewer


VNC Viewer Android * Start VNC Server In Fedora, run this command to start ``` vnc-start ``` * Open Vnc Viewer Add (+) VNC Client to connect, fill with : Address ``` localhost:1 ``` Name ``` Fedora Desktop ``` To disconnect VNC Client, click (X) on the right. * Stop VNC Server In Fedora, run this command to stop ``` vnc-stop ```

Termux-x11


Termux-x11 Android [> Click Here <](https://github.com/wahasa/Fedora/blob/main/Note/Termux-x11fix.md)



Good Luck