-Remove Thunderbird
apt remove thunderbird
-Remove libreoffice
sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove
-Libreoffice latest
Download latest package from Libreoffice, extract the deb packages
https://www.libreoffice.org/download/download-libreoffice/
dpkg -i *.deb
-xdm Downloader setup
https://xtremedownloadmanager.com/#downloads
-Download the atom deb package from the portal
dpkg -i atom*.deb
apt install -f
-Deluge
apt install deluge
-Playon Linux
apt install playonlinux
-Virtualbox
Download latest from
https://www.virtualbox.org/wiki/Linux_Downloads
apt install virtualbox
apt install -f
-Install testdisk for file recovery software
apt install testdisk
-Python3 pip
apt install python3-pip
-Remove orphan packages
sudo apt-get install deborphan
deborphan
-Install neofetch
apt install neofetch
-Install mouse server
dpkg -i mouseserver
-Screen recorder with voice
apt install obs-studio
-PDF manipulations
https://download.qoppa.com/pdfstudio/PDFStudio_linux64.sh
chmod +x PDFStudio_linux64.sh
./PDFStudio_linux64.sh
-PDF Sam
https://github.com/torakiki/pdfsam/releases/download/v5.0.3/pdfsam-5.0.3-linux.tar.gz
-View DNS cache
killall -USR1 systemd-resolved && journalctl -u systemd-resolved | grep -A 100000 "CACHE:"
-Handbrake
apt install handbrake
-Check EFI mode or not
[ -d /sys/firmware/efi ] && echo "Currently in EFI mode" || echo "Currently in Legacy mode"
-Install snap & msteams
apt install snapd
snap install teams-for-linux
-Uninstall snap & msteams
snap remove teams-for-linux
apt remove snapd
-To install pinta image editor
apt install pinta #
-To remove softmake
dpkg -l | grep softmake*
apt remove freeoffice
-Installing mspaint
apt-get install mypaint
-Systemback
sudo sh -c 'echo "deb [arch=amd64] http://mirrors.bwbot.org/ stable main" > /etc/apt/sources.list.d/systemback.list'
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key 50B2C005A67B264F
sudo apt-get update
sudo apt-get install systemback
0 Comments:
Post a Comment