Installing apps (Discord, Chromium, Whatsapp, etc) in Ubuntu (Termux) or any other debian based distro is tricky, but we have a solution for that (pi-apps). So In this article we will see how we can install apps in Ubuntu Termux or any other debian based distro.
Pi-apps is a app store for Raspberry Pi, but it can also be used with other Debian-based Linux distributions like Ubuntu. It allows users to easily install a wide range of software applications and utilities from a graphical interface. Pi-apps has a user-friendly interface that makes it easy for users to find and install the software they need.
Installation
So first make sure you repos are up-to-date and also install wget
sudo apt update ; sudo apt install wget -y
Then just execute following to install pi-apps
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
Now just start your vncserver (as I am using Termux) and you can start pi-apps by executing
pi-apps
Or even you can find in Accessories -> pi-apps
That's it, now you can install apps from it.