A List of 40 Popular Ubuntu Apps¶

Pre-installed apps¶
| Ubuntu apps | Link | Description |
|---|---|---|
| Archive Manager | Compress or extract archives (.zip, .rar, .tar, etc.). | |
| Backups | Backup files to local, remote or cloud locations. Possibility to encrypt backups and schedule incremental backups. | |
| Calculator | Perform arithmetic, scientific or financial calculations. | |
| Calendar | Schedule appointments, keep track of your agenda. | |
| Cheese | Capture videos and stills from your webcam. | |
| Disk Usage Analyzer | Scan device volumes or specific directories and display disk usage. | |
| Disks | Inspect, format, partition and configure disks. | |
| Document Scanner | Scan, crop, rotate, print and save text and images. | |
| Document Viewer | View file formats such as .pdf, .ps, .xps, .tiff, .djvu, .cbr, .cbz, etc. | |
| Files | Search, navigate and manage files. | |
| Firefox | Browse the web. | |
| Image Viewer | View single pictures or image collections, view fullscreen slideshows or set wallpapers. | |
| LibreOffice | Process word documents, spreadsheets, presentations, etc. Fully compatible with Microsoft's formats (.doc, .xls and .ppt). | |
| Password & Keys | Manage encryption keys (PGP, SSH). | |
| Rhythmbox | Play albums, organise audio files, create playlists, listen to podcasts, and access other online media. | |
| Screenshot | Save images of your screen or individual windows. | |
| Shotwell | Import, organise and view your photos. | |
| Terminal | Access an interface to execute text based commands. | |
| Text Editor | Edit text files. | |
| Thunderbird | Access your emails, calendars, address books and to-do lists. | |
| Videos | Play movies. |
Other popular apps¶
Previous chapters detailed the installation of popular apps like Firefox, Tor, Protonmail & Tutanota, Signal, Keepass, and Veracrypt & Cryptomator. Ubuntu offers numerous other applications. Here's a selection of useful ones.
You can install them via the Software Center, presented in the Ubuntu chapter: click Activities, search for Software, open it, find an app, click Install, and enter the administrator password. Alternatively, open the terminal using the CTRL + ALT + T shortcut or by clicking Activities and searching for Terminal. For instance, to install Firefox, execute the command: sudo apt install firefox. Voilà!
| Ubuntu apps | Link | Description |
|---|---|---|
| Mousepad | Text editor: simple, easy-to-use and fast. Install via the Ubuntu Software Center or the following terminal command:sudo apt install mousepad | |
| OnlyOffice | Office suite: free and open source software to process word documents, spreadsheets, presentations, etc. Fully compatible with Microsoft's formats (.doc, .xls and .ppt). Install via the Ubuntu Software Center or follow OnlyOffice's instructions. | |
| Gnome Maps | Maps: free open-source maps. Uses the collaborative OpenStreetMap database. Install via the Ubuntu Software Center or the following terminal command:sudo apt install gnome-maps | |
| VLC | Videos: free open-source multimedia player. Supports most file formats and streaming protocols. Install via the Ubuntu Software Center or the following terminal command:sudo apt install vlc | |
| Mplayer | Videos: free open-source media player. Supports most file formats. Install via the Ubuntu Software Center or the following terminal command:sudo apt install mplayer | |
| Ffmpeg | Media processing: open source tool to convert and modify different file formats such as .mp4, .avi, .mov, .mkv, .mp3, .wav, etc. Install via the Ubuntu Software Center or the following terminal command:sudo apt install ffmpeg | |
| Gimp | Image processing: free and open source alternative to Adobe Photoshop, with plenty of add-ins for additional features. Supports file formats such as .bmp, .gif, .jpeg, .mng, .pcx, .pdf, .png, .ps, .psd, .svg, .tiff, .tga, .xpm, etc. Install via the Ubuntu Software Center or the following terminal command:sudo apt install gimp gimp-data | |
| Krita | Image processing: free and open source painting program for concept art, texture & matte painters, illustrations and comics. Install via the Ubuntu Software Center or the following terminal command:$ sudo add-apt-repository ppa:kritalime/ppa && sudo apt update && sudo apt install krita | |
| Audacity | Audio processing: free and open source software to record, sample, edit, convert, analyse and add effects to sound files. Caution: discussions around adding telemetry to Audacity led to a fork called Tenacity, might be worthwhile to check out. Install via the Ubuntu Software Center or the following terminal command:sudo apt install audacity | |
| OpenShot | Video processing: free and open source video editor to resize, scale, trim, cut, zoom, transition and add effects to video files. Install via the Ubuntu Software Center or the following terminal commands:sudo add-apt-repository ppa:openshot.developers/ppa && sudo apt update && sudo apt install openshot-qt | |
| Blender | Video processing: free and open source 3D creation suite, including modeling, animation, simulation, rendering, motion tracking and video editing. Install via the Ubuntu Software Center or the following terminal command:sudo apt install snapd && sudo snap install blender --classic | |
| Steam | Gaming: distribution platform for video games. Play thousands of top rated games on your Linux computer. Install via the Ubuntu Software Center or the following terminal command:sudo apt install steam-installer | |
| Empathy | Chat: chat per text, voice & video messages. Proprietary protocols are supported: Google Talk, MSN, IRC, AIM, Facebook, Yahoo, ICQ, etc. Install via the Ubuntu Software Center or the following terminal command:sudo apt install empathy | |
| Pidgin | Chat: free and open source messaging client. Supports many protocols including MSN, AIM, Yahoo, Jabber, IRC, IRQ, etc. Install via the Ubuntu Software Center or the following terminal command:sudo apt install pidgin | |
| GNUcash | Finance: free and open source accounting software for personal and small-business finances. Install via the Ubuntu Software Center or the following terminal command:sudo apt install gnucash | |
| Deluge | Torrent: free and lightweight torrent client. Install via the Ubuntu Software Center or the following terminal command:sudo apt install deluge | |
| Transmission | Torrent: transmit and receive files using the BitTorrent protocol. Install via the Ubuntu Software Center or the following terminal command:sudo apt install transmission | |
| FileZilla | FTP: free FTP client. Install via the Ubuntu Software Center or the following terminal command:sudo apt install filezilla | |
| Rar, Unrar and Unzip | File compression: three small programs to compress or extract archives (.zip, .rar, .tar, etc.). Install via the Ubuntu Software Center or type the following terminal command:sudo apt install rar unrar unzip | |
| Bleachbit | Maintenance: open source tool to keep the computer clutter free. Free up cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk. Install via the Ubuntu Software Center or type the following terminal command:sudo apt install bleachbit |
Games¶
Linux isn't flawless. Occasionally, you'll encounter restrictions, such as limited game compatibility. Fortunately, there are solutions.
Steam provides an extensive library of highly-rated games for Linux. Meeting minimum requirements include 1GHz Pentium 4 or AMD Opteron processor, 512 MB memory, 5 GB hard drive space, an Internet connection and a graphic card with latest drivers installed. To get started, access the Ubuntu Software Centre through the Activities button. Search for Steam and install.
Lutris, a free and open source gaming platform, simplifies game installation on Linux. Before installing Lutris, ensure your system has the latest graphic drivers.
Step-by-step guide
Open the terminal with the CTRL + ALT + T shortcut, or click on the Activities button on the top left and search for Terminal. Run the commands below to install Wine, a program used to run Windows applications in Linux:
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
sudo apt update
sudo apt install --install-recommends winehq-stable
Now, install Lutris:
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
sudo apt install lutris
Once installed, open Lutris, register or login, browse through the catalogue and install new games.
Windows Software¶
Occasionally, software on Ubuntu may not function as anticipated. Running it in Windows could resolve the issue. VirtualBox facilitates this by essentially operating a miniature Windows computer within Ubuntu.
Step-by-step guide
Install VirtualBox¶
Make sure your Ubuntu device meets the minimum requirements: 4 GB RAM, 20 GB of free drive space. Click on the Activities button on the top left of the screen, open the Ubuntu Software Centre, search for VirtualBox and click Install. Or just open a terminal and run the command sudo apt install virtualbox.
Configure VirtualBox¶
| Instructions | Description |
|---|---|
| Download Windows | Download a Windows .iso. Choose the 32 or 64 bit version, depending on your computer architecture. |
| Create a Virtual Machine | Start VirtualBox and click on the button New. |
| Name and operating system | Give your Virtual Machine (VM) a name, for example Windows VM. Also select the Operating System (Microsoft Windows) and the version, for example Windows 10 (64-bit). |
| Memory size | Choose how much RAM to allocate to Windows. 2 GB are recommended, 3-4 GB are even better. |
| Hard disk | Select Create a virtual hard disk now to add a virtual hard disk. |
| Hard disk file type | Choose the VDI format for the hard disk file type. |
| Storage on physical hard disk | Choose Dynamically allocated for the hard disk file size. |
| File location and size | Choose where to create the virtual disk. Also, decide how much disk space to allocate to Windows. 32 GB are recommended, more is even better. |
| Optical Disk Selector | Back on the main screen, click on Start to launch the Virtual Windows Machine. In the pop-up dialogue, click on the icon to choose a virtual optical disk file. Click on Add and navigate to the location of the downloaded Windows .iso image. Click on Open, Choose and Start. |
Install Windows in VirtualBox¶
| Instructions | Description |
|---|---|
| Install Windows | After the boot phase, the Windows installation wizard will show up. Follow the on-screen instructions: select a language and keyboard layout, provide a Windows key, accept the terms of use, and so on. |
| Start working with Windows | Log in to the first Windows session in the Virtual Machine. Going forward, you can launch Windows by clicking on the Start button on VirtualBox's main screen. |
Support¶
If you require more details or have questions, consult Ubuntu's documentation, tutorials, wiki, or community, as well as Steam's support or the Lutris community. Further suggestions for free and open source software can be found in the Free Software Directory or the Open Source Software Directory.