Solus

How to update Solus using commands from the Terminal

How to update Solus using commands from the Terminal

Solus comes in three flavors including Budgie, GNOME, and MATE editions. Let's take a look at how to install updates in your Solus PC using command line via Terminal. Of course, Solus can always be updated by GUI way and typically shows a notification once an update is available.

The advantage of doing things by command line is useful while troubleshooting issues on a remote system. Also, it's a good gateway to start learning Linux which used to be a command line only operating system when it was born.

Updating Solus via Command line from the Terminal

Solus is written ground up from scratch, and the strong point of this beautiful Linux distro is not being a derivate of any Linux distribution. Solus uses the eopkg package management system to deliver software updates to the end-user.

At first look, the eopkg package management system doesn't look straightforward, but before I raise any flags, I should admit that it is relatively new for me and I'm still in process of understanding it. I will reserve the talk for another day. For now, here are the guides.

To update Solus with latest system updates by command line, simply launch the Terminal from “Activities” and enter the following command.

sudo eopkg upgrade

Pay attention to the progress of the Terminal. You will have to enter the root password and 'yes' when prompted.

Installing Solus updates by command line

For upgrading only a particular application, for instance, Firefox browser:

sudo eopkg upgrade firefox

For updating the Solus repository in your PC:

sudo eopkg ur

Update Solus Repository

That's it!

Battle for Wesnoth Tutorial
The Battle for Wesnoth is one of the most popular open source strategy games that you can play at this time. Not only has this game been in developmen...
0 A.D. Tutorial
Out of the many strategy games out there, 0 A.D. manages to stand out as a comprehensive title and a very deep, tactical game despite being open sourc...
Unity3D Tutorial
Introduction to Unity 3D Unity 3D is a powerful game development engine. It is cross platform that is it allows you to create games for mobile, web, d...