How To Find A Package Version In Linux
Even though package management has become easier with the help of graphical package managers, some users always prefer the command line way. There are different commands to find out the …
Linux Howto’s for System Administrations
linuxhowto.net AI Version 0.8
Even though package management has become easier with the help of graphical package managers, some users always prefer the command line way. There are different commands to find out the …
This brief tutorial explains how to find the list of installed repositories in Linux from command line. Listing the installed repositories from CLI mode is not only easier, but also …
On Ubuntu to install newer versions of the packages we run apt-get update followed by apt-get upgrade commands. This will update all installed packages which have new versions available in …
AppImage is format for packaging applications which is self-contained. It is the universal software package format compatible with various Linux distribution. In the traditional system of installing software packages, you …
This tutorial, I will show you several ways how to install deb packages on Ubuntu and other Debian-based Linux Distributions. We will see how to install .deb file using dpkg …
Snap Store is a graphical desktop application store with thousands of applications used by millions of people across 41 Linux distributions. In this guide, I will share with you 10 …
Snap (snappy) is a software deployment and package management system for Ubuntu and other Linux distributions. It was introduced by Canonical since version Ubuntu 16.04 LTS. Snap software are self-contained …
Package management or software installation on Linux systems can be very puzzling especially for newbies (new Linux users), as different Linux distributions use different traditional package management systems. The most …
This is the second article in a two-part series about a beginner’s guide to snaps in Linux. It covers how to run snaps from the command-line interface, creates and use …
In the past few years, the Linux community has been blessed with some remarkable advancements in the area of package management on Linux systems, especially when it comes to universal …