/Parrot

Welcome To Parrot Termux For Android

Primary LanguageShell

My Channel
| Discord | YouTube |


Parrot on Termux Android

Parrot


• Install Apps on Android

Installation

Copy and paste this commands to Termux

pkg update

Install Parrot

  • Parrot 6.1 (Lorikeet)

Rootfs : Armhf, Arm64, i386, Amd64

pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Parrot/main/Install/parrot6.1.sh ; chmod +x parrot6.1.sh ; ./parrot6.1.sh

  • Start Parrot
parrot
  • Stop Parrot
exit
  • Remove Parrot
rm -rf parrot-* .parrot $PREFIX/bin/parrot

Basic commands Parrot

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


Desktop Environments

In Parrot, run this commands

apt update

Install Xfce Desktop

xfce

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Parrot/main/Desktop/de-xfce.sh ; chmod +x de-xfce.sh ; ./de-xfce.sh
Install Lxde Desktop

lxde

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Parrot/main/Desktop/de-lxde.sh ; chmod +x de-lxde.sh ; ./de-lxde.sh
Install Lxqt Desktop

lxqt

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Parrot/main/Desktop/de-lxqt.sh ; chmod +x de-lxqt.sh ; ./de-lxqt.sh
Install Kde Desktop

kde

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Parrot/main/Desktop/de-kde.sh ; chmod +x de-kde.sh ; ./de-kde.sh

Feature

  • Fixed Sound
  • Access to Sdcard
  • Access to Termux-x11
  • Fixed Browser Crash | Click Here >
  • Install Applications | Click Here >

Visit problems now in : Issues


VNC Viewer


VNC Viewer Android
  • Start VNC Server

In Parrot, run this command to start

vnc-start
  • Open Vnc Viewer

Add (+) VNC Client to connect, fill with :

Address

localhost:1

Name

Parrot Desktop

To disconnect VNC Client, click (X) on the right.

  • Stop VNC Server

In Parrot, run this command to stop

vnc-stop

Termux-x11


Termux-x11 Android

> Click Here <



Good Luck