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
(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)
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?