Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 978 Bytes

elementaryOS6-PostInstall.md

File metadata and controls

71 lines (46 loc) · 978 Bytes

elementary OS 6 - Post Install

Update and Clean

  • Update
sudo apt update && sudo apt upgrade -y
  • Clean
sudo apt autoremove && sudo apt autoclean

Change the Hostname

  1. Change the hostname using hostnamectl
sudo hostnamectl set-hostname NEW-NAME
  1. Edit the /etc/hosts file
sudo nano /etc/hosts

Install Pantheon Tweaks

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

Flatpak

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