wahasa / Parrot

Welcome To Parrot Termux For Android

Home Page:https://youtube.com/@layargeser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Channel
| Discord | YouTube |


Parrot on Termux Android


• Install Apps on Android

Installation

Copy and paste this command to Termux :

pkg update && pkg upgrade

  • Install Parrot
pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Parrot/main/install.sh ; chmod +x install.sh ; ./install.sh
  • Start Parrot
parrot
  • Stop Parrot
exit
  • Remove Parrot
rm -rf 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 package.
apt -h : Help all commands.


Desktop Environment

on Ubuntu, run this command :

apt update && apt upgrade


Install 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 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 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 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
  • Fixed Browser Crash
  • Install Applications Click here,.

Visit problems now in : Issues


VNC Viewer

  • Start VNC Server

on 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

on Parrot, run this command to stop :

vnc-stop


Good Luck


About

Welcome To Parrot Termux For Android

https://youtube.com/@layargeser


Languages

Language:Shell 100.0%