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!

Cum să dezvolți un joc pe Linux
Acum un deceniu, nu mulți utilizatori de Linux ar fi prezis că sistemul lor de operare preferat va fi într-o zi o platformă populară de jocuri pentru ...
Open Source Ports of Commercial Game Engines
Free, open source and cross-platform game engine recreations can be used to play old as well as some of the fairly recent game titles. This article wi...
Cele mai bune jocuri de linie de comandă pentru Linux
Linia de comandă nu este doar cel mai mare aliat al tău când folosești Linux - poate fi și sursa de divertisment, deoarece poți să o folosești pentru ...