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 …
In this brief tutorial, we will learn how to restore or recover deleted commands in Linux using coreutils and busybox. We usually use rm command to remove stuffs in Linux, …
Today I tried to upgrade my Ubuntu 20.04 LTS desktop and I encountered with this error – “Sub-process /usr/bin/dpkg returned an error code (1)”. It is one of the common …
by sk · Published April 25, 2020 · Updated April 25, 2020 Today, I was upgrading my Ubuntu LTS system. Unfortunately, the power has gone in the middle of the …
We already knew how to download a package along with all of its dependencies in Ubuntu-like systems. Today, we will see how to download recursive dependencies of a package in …
If you are a newbie, you would generally use “apt remove” command to remove an installed package in Debian, Ubuntu and its derivatives like Linux Mint. As you probably know, …
A while ago, we discussed how to Install Softwares offline in Ubuntu. In that guide, we explained how can you download packages in an Internet-enabled system, and install them offline …