Tuesday, August 26, 2025

Ubuntu 22.04.2 installation

-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

-vlc player

apt install vlc

-Deluge Torrent

apt install deluge

-Download the atom deb package from the portal

dpkg -i atom*.deb

apt install -f

-playonlinux wine frontend Software

apt install playonlinux - Remove this from budgie, if it fails.

2013 Office installation test - Did not support office 2016 yet

-Virtualbox

Download latest from

https://www.virtualbox.org/wiki/Linux_Downloads

apt install virtualbox

apt install -f

--

usermod -a -G vboxusers $USER

groups $USER

-Audio editor

apt install audacity

-shotcut video editor

snap install shotcut --classic

-Install testdisk for file recovery software

apt install testdisk

-Install pip3

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 ffmpeg 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

-Teams

snap install teams-for-linux

-To get Ubuntu Pro registration

pro attach C133FpxefEMfKC5paZMsVfzFqQUx1q

-Command to find out IP address and DNS entries

ip a

ifconfig -a

resolvectl status | grep -i current

-Docker

apt install apt-transport-https curl gnupg-agent ca-certificates software-properties-common -y

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"

apt install docker-ce docker-ce-cli containerd.io -y

usermod -aG docker $USER

newgrp docker

docker version

systemctl status docker

systemctl start docker

systemctl enable docker

systemctl restart docker

docker run hello-world

docker images

docker ps -a

- KVM installation

sudo apt install -y cpu-checker

sudo apt install -y qemu-kvm virt-manager libvirt-daemon-system virtinst libvirt-clients bridge-utils

apt install qemu-system

- Mypaint installation

apt-get install mypaint- Mypaint installation

0 Comments: