My Channel
| Discord | YouTube |
- Install Apps on Android
Copy and paste this commands to Termux
apt update
- Fedora 41
Rootfs : Arm64, Amd64
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Install/fedora_41.sh ; chmod +x fedora_41.sh ; ./fedora_41.sh
- Fedora 40
Rootfs : Arm64, Amd64
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Install/fedora_40.sh ; chmod +x fedora_40.sh ; ./fedora_40.sh
- Fedora 39
Rootfs : Arm64, Amd64
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Install/fedora_39.sh ; chmod +x fedora_39.sh ; ./fedora_39.sh
- Fedora 36
Rootfs : Armhf, Arm64, Amd64
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Fedora/main/Install/fedora_36.sh ; chmod +x fedora_36.sh ; ./fedora_36.sh
- Login Fedora
fedora
- Logout Fedora
exit
- Remove Fedora
chmod -R 775 fedora-fs ; rm -rf fedora-fs .fedora $PREFIX/bin/fedora
Basic commands Fedora
dnf update : Update repo package.
dnf upgrade : Upgrade package.
dnf search (pkg) : Search package.
dnf install (pkg) : Install package.
dnf remove (pkg) : Delete package.
In Fedora, run this commands
dnf update
- Xfce Desktop
dnf install udisks2 @xfce-desktop xfburn parole ristretto gstreamer1-plugin-openh264 chromium tigervnc-server dbus -y
mv /usr/libexec/xfce-polkit /usr/libexec/xfce-polkit.bak
Feature
- Fixed Sound Output
- Access to Sdcard
- Access to Termux-x11
- Add New Username
- Fixed Browser Crash | Click Here >
- Install Applications | Click Here >
Visit problems now in : Issues
- With Termux-X11 | Click Here >
- With Rvnc Viewer | Click Here >
Good Luck