How To Restore Or Recover Deleted Commands In Linux
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, …
Linux Howto’s for System Administrations
Auto Added by WPeMatico
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, …
As you already know, we can upgrade all installed packages using apt upgrade command in Debian, Ubuntu and other Debian-based systems. During this upgrade process, all installed packages will be …
Today, I encountered with the following error when I try to update my Ubuntu 20.04 LTS desktop system. $ sudo apt update Sample output: Get:1 http://ny-mirrors.evowise.com/ubuntu focal InRelease [265 kB] …
The first important thing to do after installing a fresh Ubuntu OS is to choose the best and fastest APT archive mirror. In this brief guide, I have listed all …
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 …
We already knew how to list installed packages and also how to list the dependencies of a package in Linux. Today, we will see how to list the contents of …
Debian and Debian-based systems like Ubuntu uses Advanced Package Tool, or APT in short, for installing, updating, upgrading and removing software from command line. Usually, the APT package manager stores …
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 …
I have different versions of Ubuntu VMs for testing purposes. As you may already know, Ubuntu has a feature named Unattended Upgrades, which installs the latest security (and others) updates …