Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.61 KB

parrotos_proot.md

File metadata and controls

78 lines (59 loc) · 2.61 KB

📚 Index

Note

All the process is described in more detail in this video.

PROOT-DISTRO (🦜 PARROT OS)

🏁 First steps

  • First you need to install the following packages in Termux:
pkg update
pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro
pkg update -y && pkg upgrade -y
pkg install git wget -y
git clone https://github.com/LinuxDroidMaster/parrotOS-GUI-proot
cd parrotOS-GUI-proot
chmod +x setup-parrot-cli
./setup-parrot-cli
  • Now you can restore the backup files as I show in the video or continue with the manual installation with the following commands:
#Inside parrot OS
./install-parrot-desktop

You can check and install all parrot tools with the following commands:

sudo apt search parrot-tool # To show all the available packages
sudo apt install parrot-tools-web #or any other package

If you want to have all the icons and customization for your Parrot Desktop you can install the following package and you will automatically have the right icons and themes available in XFCE4:

apt install parrot-desktop-mate


⬇️ Download scripts easily:

  • startxfce4_parrot.sh
wget https://raw.githubusercontent.com/LinuxDroidMaster/Termux-Desktops/main/scripts/proot_parrot/startxfce4_parrot.sh
chmod +x startxfce4_parrot.sh
./startxfce4_parrot.sh


⬇️ Download Parrot OS backups