Developers can add a new entry pointing to OS source files and then use apt-get to install some common applications or libraries.
vim /etc/apt/sources.list.d/local.list
//Add the following line to the file:
deb [trusted=yes] http://47.89.252.251:8000/ubuntu24.04 ./
- Firefox
sudo apt-get update
sudo apt-get install firefox- Chromium
sudo apt-get update
sudo apt-get install libdouble-conversion3 libjpeg62-turbo libsnappy1v5 libwoff1 libxml2 x11-utils xdg-utils libjpeg62-turbo-dev -y
sudo apt-get install chromium - LibreOffice
sudo apt update
sudo apt-get install libreoffice- MPV
sudo apt-get update
sudo apt-get install mpv