5 New Linux Apps Users Should Install Right From the Start

Most Linux distributions are designed to be minimalist, avoiding excess software and providing a clean, lightweight environment. This is a big advantage, especially for those who want to experience Linux quickly and efficiently. However, for beginners, knowing which applications to install first can be quite difficult.

 

To help you get started on your Linux journey, here are five essential apps and tools that every new user should install on day one. These apps will help you customize the interface, improve performance, and integrate well with your daily work.

1. GNOME Tweaks and GNOME Extensions (for Ubuntu or Fedora)

5 New Linux Apps Users Should Install Right From the Start Picture 1

If you use a GNOME-based distribution like Ubuntu or Fedora, the first thing you should do is install GNOME Tweaks and GNOME Extensions. These are two indispensable tools if you want to customize your desktop experience and extend the functionality of GNOME.

You can install it from your distro's graphics software repository or via terminal:

sudo apt install gnome-tweaks gnome-shell-extensions # Ubuntu/Debian sudo dnf install gnome-tweaks gnome-shell-extensions # Fedora

 

Benefits of GNOME Tweaks:

  1. Customize desktop interface: theme, icons, fonts
  2. Change the position of window buttons
  3. Manage applications that start with the system
  4. Enhance user experience with small but important tweaks

Benefits of GNOME Extensions:

  1. Install community-developed extensions
  2. Add features like advanced window management, improved workflow, or desktop widgets
  3. There are dozens of great utilities that help turn GNOME into a powerful and highly personalized desktop.

Tip: GNOME Extensions and Tweaks combined will help you turn a minimalist desktop into a productive, beautiful, and convenient working environment.

2. KDE Connect (or GSConnect)

5 New Linux Apps Users Should Install Right From the Start Picture 2

KDE Connect is a tool that connects your smartphone to your Linux machine, allowing the two devices to communicate and control each other.

Outstanding features:

  1. Receive and sync notifications on both your phone and PC
  2. Send and receive files quickly between devices
  3. Remote media control
  4. Use your phone as a trackpad or remote keyboard
  5. Execute terminal commands from phone

On KDE Plasma distros, this application is usually pre-installed. If you use GNOME, install GSConnect, an equivalent GNOME extension.

  1. Download the app on your phone from Play Store (Android) or App Store (iPhone)
  2. Connect two devices and start using right away

Note: KDE Connect works best on Android, with iPhone some features like file sending and background notifications are limited.

3. Chromium-based browser

 

5 New Linux Apps Users Should Install Right From the Start Picture 3

Linux usually installs Firefox by default, which is a good browser but sometimes incompatible with some web apps like Canva, Netflix, Notion, Google Meet.

You can install Google Chrome, but I recommend trying Chromium – Chrome's open source, fully supports extensions and is compatible with most web apps.

Other Chromium-based browsers worth trying:

  1. Brave – security, powerful ad blocking
  2. Opera – built-in VPN, smart tab manager
  3. Vivaldi – highly customizable interface and keyboard shortcuts

All of these browsers can be installed from the distro's official software repository, easily and safely.

4. OnlyOffice

5 New Linux Apps Users Should Install Right From the Start Picture 4

While LibreOffice is the default office suite on most Linux, OnlyOffice is a great choice if you're familiar with Microsoft Office.

OnlyOffice Advantages:

  1. Modern interface, similar to MS Office
  2. Support opening DOCX, XLSX, PPTX with less formatting errors
  3. Includes word processor, spreadsheet, and presentation
  4. Support teamwork, collaborative document editing

LibreOffice can sometimes look dated and have a different layout than MS Office, making it difficult for newcomers to get used to. OnlyOffice offers a friendly, accessible experience, especially when working with complex documents.

5. Flatpak

5 New Linux Apps Users Should Install Right From the Start Picture 5

 

Flatpak is not an application, but a cross-platform software repository that helps install Linux applications regardless of the distro you use.

  1. Many modern apps are Flatpak only, not in the default software repositories
  2. Some distros come with Flatpak pre-installed; if not, you can quickly install it with a few terminal commands

Flatpak installation example:

flatpak install flathub io.github.kolunmi.Bazaar # Bazaar flatpak install flathub com.github.tchx84.Flatseal # Flatseal

Bazaar: a graphical software repository interface for finding and downloading Flatpaks

Flatseal: manage access permissions per Flatpak, more secure

Flatpak makes it easy to install and access all modern Linux apps, no matter what distro you're using.

These are the essential Linux apps and tools that beginners should install on day one. Obviously, Linux has a lot of other interesting apps to explore. Start with these apps and you will have a smooth, efficient and convenient experience from day one.

5 ★ | 1 Vote