Lightweight Alternative Applications for Ubuntu

Brief: One of the many ways to speed up Ubuntu system is to use lightweight alternatives of the popular applications. We have already seen must have Linux application earlier. we’ll see the lightweight alternative applications for Ubuntu and other Linux distributions.

Lightweight alternatives of popular Ubuntu applications

Is your PC seems slow to you? Are the applications taking a long time to open? You might want to switch to lightweight alternatives of the applications you are using. Here, I’m going to put together a small list of lightweight alternatives to various Linux applications.

Though the title say, they are for Ubuntu, these applications will work on almost every other Linux distribution too. So, let’s get started!

Midori (Web Browser)

Midori is one of the most lightweight web browsers that has reasonable compatibility with the modern web. It is open source and uses the same rendering engine that Google Chrome was initially built on — WebKit. It is super fast and minimal yet highly customizable.

Midori Browser

It has plenty of extensions and options to tinker with. So if you are a power user, it’s a great choice for you too. If you face any problems browsing round the web, check the Frequently Asked Question section of their website — it contains the common problems you might face along with their solution.

Midori

Installing Midori on Ubuntu

Midori is available on Ubuntu via the official repository. Just run the following commands for installing it:

sudo apt install midori

Trojitá

Trojitá is an open source robust IMAP e-mail client. It is fast and resource efficient. I can certainly call it one of the best email clients for Linux. If you can live with only IMAP support on your e-mail client, you might not want to look any further.

Trojitá
Trojitá

Trojitá uses various techniques — on-demand e-mail loading, offline caching, bandwidth-saving mode etc. — for achieving its impressive performance.

Trojitá

Installing Trojitá on Ubuntu

Trojitá currently doesn’t have an official PPA for Ubuntu. But that shouldn’t be a problem. You can install it quite easily using the following commands:

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/jkt-gentoo:/trojita/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/trojita.list"
wget http://download.opensuse.org/repositories/home:jkt-gentoo:trojita/xUbuntu_16.04/Release.key
sudo apt-key add - < Release.key
sudo apt update
sudo apt install trojita

GDebi (Package Installer)

Sometimes you need to quickly install DEB packages. Ubuntu Software Center is a resource heavy application and using it just for installing .deb files is not wise.

Gdebi is certainly a nifty tool for the same purpose, just with a minimal graphical interface.

GDebi

GDebi is totally lightweight and does its job flawlessly. You should even make Gdebi the default installer for DEB files.

Installing GDebi on Ubuntu

You can install GDebi on Ubuntu with this simple one-liner:

sudo apt install gdebi

App Grid (Software Center)

If you use software center frequently for searching, installing and managing applications on Ubuntu, App Grid is a must have application. It is the most visually appealing and yet fast alternative to the default Ubuntu Software Center.

App Grid

App Grid supports ratings, reviews and screenshots for applications.

App Grid

Installing App Grid on Ubuntu

App Grid has its official PPA for Ubuntu. Use the following commands for installing App Grid:

sudo add-apt-repository ppa:appgrid/stable
sudo apt update
sudo apt install appgrid

Yarock (Music Player)

Yarock is an elegant music player with modern and minimal user interface. It is lightweight in design and yet it has a comprehensive list of advanced features.

Yarock

The main features of Yarock include multiple music collections, rating, smart playlist, multiple back-end option, desktop notification, scrobbling, context fetching etc.

Yarock

Installing Yarock on Ubuntu

You will have to install Yarock on Ubuntu via PPA using the following commands:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install yarock

VLC (Media Player)

Who doesn’t need a video player? And who has never heard about VLC? It doesn’t really need any introduction.

VLC

VLC is all you need to play various media files on Ubuntu and it is quite lightweight too. It works flawlessly on even on very old PCs.

VLC

Installing VLC on Ubuntu

VLC has official PPA for Ubuntu. Enter the following commands for installing it:

sudo add-apt-repository ppa:videolan/stable-daily
sudo apt update
sudo apt install vlc

PCManFM (File Manager)

PCManFM is the standard file manager from LXDE. As with the other applications from LXDE, this one too is lightweight. If you are looking for a lighter alternative for your file manager, try this one.

PCManFM

Although coming from LXDE, PCManFM works with other desktop environments just as well.

Installing PCManFM on Ubuntu

Installing PCManFM on Ubuntu will just take one simple command:

sudo apt install pcmanfm

Mousepad (Text Editor)

Nothing can beat command-line text editors like – nano, vim etc. in terms of being lightweight. But if you want a graphical interface, here you go — Mousepad is a minimal text editor. It’s extremely lightweight and blazing fast. It comes with a simple customizable user interface with multiple themes.

Mousepad

Mousepad supports syntax highlighting. So, you can also use it as a basic code editor.

Installing Mousepad on Ubuntu

For installing Mousepad use the following command:

sudo apt install mousepad

Gnome Office (Office Suite)

Many of us need to use office applications quite often. Generally, most of the office applications are bulky in size and resource hungry. Gnome Office is quite lightweight in that respect. Gnome Office is technically not a complete office suite. It’s composed of different standalone applications and among them, AbiWord & Gnumeric stands out.

AbiWord is the word processor. It is lightweight and a lot faster than other alternatives. But that came to be at a cost — you might miss some features like macros, grammar checking etc. It’s not perfect but it works.

AbiWord

Gnumeric is the spreadsheet editor. Just like AbiWord, Gnumeric is also very fast and it provides accurate calculations. If you are looking for a simple and lightweight spreadsheet editor, Gnumeric has got you covered.

Gnumeric

There are some other applications listed under Gnome Office. You can find them in the official page.

Gnome Office

Installing AbiWord & Gnumeric on Ubuntu

For installing AbiWord & Gnumeric, simply enter the following command in your terminal:

sudo apt install abiword gnumeric

That’s all for today. Would you like to add some other lightweight applications in this list? Do let us know!

Source