What to install AFTER installing Ubuntu

Here is a summary of the 20 things you must do after installing Ubuntu 24.04 LTS to optimize your experience, improve performance, and enhance usability:


1. Update Your System

  • Run sudo apt update && sudo apt upgrade to install the latest packages and patches.

2. Select the Fastest Mirrors

  • Go to Software & Updates > Download from > Select Best Server to speed up software updates.

3. Check and Install Additional Drivers

  • Search for Additional Drivers and install proprietary drivers for better performance (e.g., NVIDIA or Wi-Fi drivers).

4. Install Must-Have Software via Terminal

  • Use the following commands to install essential apps:
  sudo apt install vlc gimp gparted synaptic preload
  • VLC: Media player
  • GIMP: Image editor
  • GParted: Partition manager
  • Synaptic: Advanced package manager
  • Preload: Speeds up app loading by caching frequently used apps.

5. Install Google Chrome

  sudo apt install ./google-chrome-stable_current_amd64.deb

6. Enable Preload for Faster App Launching

  • Run the following to install Preload:
  sudo apt install preload
  • It keeps frequently used apps ready in memory for quicker launches.

7. Customize the Dash for Better Workflow

  • Rearrange or pin frequently used apps to the dash.
  • Use keyboard shortcuts: Super + Number (e.g., Super + 2 opens the second pinned app).

8. Set Up TimeShift for System Backup

  • Install TimeShift:
  sudo apt install timeshift
  • Use it to create a system backup to restore in case of crashes or broken updates.

9. Enable Dark Mode

  • Switch to dark mode from the settings to enhance visual appeal and reduce eye strain.

10. Optimize Internet Speed with Custom DNS

  • Use Google DNS:
    IPv4: 8.8.8.8, 8.8.4.4
    IPv6: 2001:4860:4860::8888, 2001:4860:4860::8844
  • Set these in Settings > Network > IPv4/IPv6 sections.

11. Enable Hardware Acceleration in Firefox

  • In Firefox, go to about:config and set:
  • gfx.webrender.all to true
  • layers.acceleration.force-enabled to true

12. Install Ubuntu Restricted Extras for Media Codecs

  • Install essential codecs and fonts:
  sudo apt install ubuntu-restricted-extras

13. Enable Night Light for Better Sleep

  • Go to Settings > Display > Night Light and set it based on sunset/sunrise.

14. Install GNOME Tweaks and Extensions

  • Install GNOME Tweaks and extensions support:
  sudo apt install gnome-tweaks chrome-gnome-shell
  • Visit GNOME Extensions to explore and install useful extensions like Dash to Dock and GS Connect (for phone integration).

15. Install Additional Icon Themes and GTK Themes

  • Install themes and icons (e.g., Papirus, Numix):
  sudo apt install papirus-icon-theme numix-icon-theme
  • Use GNOME Tweaks to switch themes.

16. Customize GNOME Search Behavior

  • Disable unnecessary search categories (like files) in Settings > Search.

17. Enable Fractional Scaling for HiDPI Displays

  • Go to Settings > Display > Fractional Scaling to improve the display on high-resolution screens.

18. Enable Firewall (GUFW) for Extra Security

  • Install GUFW:
  sudo apt install gufw
  • Open GUFW and turn on the firewall for an extra layer of protection.

19. Use Synaptic for Advanced Package Management

  • Install Synaptic (if not already installed):
  sudo apt install synaptic
  • Use it to manage and fix broken packages or install software.

20. Clean Up Your System with BleachBit

  • Install BleachBit:
  sudo apt install bleachbit
  • Run it as root to clear junk files and improve performance.

Bonus Tips

  • Steam for Gaming: Install Steam and enable Proton to play Windows games on Linux.
  • Explore Customization Options: Experiment with wallpaper changes, theme tweaks, and GNOME extensions to tailor the experience to your liking.

Following these steps will ensure that your Ubuntu 24.04 LTS installation is optimized, responsive, and personalized for your needs. Enjoy your supercharged Ubuntu experience!

20 Things You MUST DO After Installing Ubuntu 24.04 LTS