- Update
sudo apt update && sudo apt upgrade -y
- Clean
sudo apt autoremove && sudo apt autoclean
- Change the hostname using
hostnamectl
sudo hostnamectl set-hostname NEW-NAME
- Edit the /etc/hosts file
sudo nano /etc/hosts
Install the required packages
sudo apt install -y software-properties-common
Add the repository
sudo add-apt-repository -y ppa:philip.scott/pantheon-tweaks
Install Pantheon Tweaks
sudo apt install -y pantheon-tweaks
Add Flathub as a system remote:
flatpak remote-add --if-not-exists flathub --system https://flathub.org/repo/flathub.flatpakrepo
Install Apps (e.g. VLC)
- system-wide:
flatpak install --system flathub org.videolan.VLC
- user:
flatpak install --user flathub org.videolan.VLC