DEV Community

1suleyman
1suleyman

Posted on

🐧 What’s in a Linux Desktop? A Beginner’s Guide to Ubuntu Applications

Hey everyone 👋

If you’ve just installed Ubuntu (or any Linux distro) and found yourself wondering, “Where are all the apps?”, this post is for you.

When I first dipped into Linux, I thought I’d have to give up the convenience of familiar tools like Word, Photoshop, or iTunes. But Ubuntu surprised me — it’s packed with open-source software that works just as well (sometimes even better).

Let me break it down for you 👇


🧰 Linux Loves Open Source: What That Means for You

Most of the tools you’ll use on Ubuntu are open-source. That means:

  • They’re free ✅
  • You can inspect the code ✅
  • You can tweak or contribute if you want ✅

But more importantly for us as users: you’ll find a Linux alternative for almost every app you’re used to on Windows or macOS.

Let’s explore some of them:

Linux App What It’s Like (Windows/macOS) Function
LibreOffice Microsoft Word / Excel / PowerPoint Word processing, spreadsheets
GIMP Adobe Photoshop Image editing
VLC Windows Media Player / QuickTime Video + audio playback
Thunderbird Outlook Email client
Inkscape Adobe Illustrator Vector graphics + logos
Scribus Adobe InDesign Desktop publishing

Yes — all free. And pre-installed or easily available via the Ubuntu Software Center.


🖱️ What’s Already Installed When You Boot Ubuntu?

A fresh install of Ubuntu usually comes with:

  • Firefox as your default web browser
  • LibreOffice for docs and spreadsheets
  • Files (a built-in file manager)
  • A calendar, music player, photo viewer, and more

It’s like opening a toolbox and realizing you’ve already got the basics — no trip to the app store required.


🛒 Want More Apps? Ubuntu’s Software Center Is Your Friend

You don’t need to hunt for .exe installers anymore. Ubuntu has its own App Store-like tool called Software Center, where you can:

  • Browse categories (Games, Utilities, Dev Tools, etc.)
  • Install with a click
  • Automatically receive updates

And if you’re feeling brave or fast? You can also install apps via the terminal using commands like:

sudo apt install vlc
Enter fullscreen mode Exit fullscreen mode

(Fun fact: This is how a lot of Linux pros work — it’s quicker and very satisfying.)


👨‍💻 What About Apps Without a GUI?

Not every app in Linux has a shiny interface. Some apps live entirely in the terminal (a command-line interface), and they’re just as powerful.

Examples of terminal-only tools:

Command What It Does
top Shows active system processes
lsblk Lists disk drives and partitions
fdisk Helps manage hard drive partitions

You’ll also find server apps like OpenSSH (for remote access) and MySQL (for databases) that live in the background — no UI needed.


💭 Final Thoughts

If you’re switching to Linux and worried about missing your favorite apps — don’t be. The Linux world has:

  • Open-source alternatives for almost everything
  • Pre-installed essentials like browsers and document editors
  • A huge community making great software — free to use and improve

Whether you’re coding, creating, or just browsing the web, Ubuntu gives you the tools to get started.

If you’re already using Ubuntu, let me know your favorite app or hidden gem in the comments or messsage me on LinkedIn. I’m always looking to try something new 🚀

Stay curious, stay open-source 🐧💻

Top comments (1)

Collapse
 
warwait profile image
Parker Waiters

Great rundown! I love how Ubuntu gives us a buffet of free apps—though sometimes it feels like choosing between a dozen text editors is Ubuntu’s secret hazing ritual for newbies. Got any recommendations for a Linux app that makes photo editing slightly less “adventurous” than GIMP?