How to extract .deb file in Ubuntu?
You can use dpkg-deb command to extract the contents of a .deb file in the Ubuntu or Debian system. Example: Here we…
You can use dpkg-deb command to extract the contents of a .deb file in the Ubuntu or Debian system. Example: Here we…
One of the advantages of the Debian operating system is easy to upgrade to the newer version. Login to your Debian 10…
On a Debian server, when running a command with sudo, I got the error sudo: command not found To fix this, you…
Debian 11.0 Bullseye released on August 14th, 2021 is the next major Debian GNU/Linux distribution release. Debian 10 buster is designated as…
Development tools are programs used to build software from its source code. These include compilers, make, and other generally used libraries. To…
Debian OS templates are available in images:debian/VERSION. To see all available Debian OS templates, run To create a container with Debian 10…
CloudPanel is a free hosting control panel, that make deploying web application on cloud easier. It use Nginx web server, support multile…
To uninstall a software on Debian server, run apt remove PKG_NAME Example To all installed software with specific name, run dpkg-query -l…
To search for available packages, run apt-cache search PKG_NAME Example boby@sok-01:~$ apt-cache search wget devscripts – scripts to make the life of…
To auto upgrade software packages in Ubuntu/Debian, install apt install -y unattended-upgrades Edit vi /etc/apt/apt.conf.d/50unattended-upgrades In this file, you can configure various…
When running apt update on a Debian server, i get error root@shop:~# apt-get update E: The method driver /usr/lib/apt/methods/https could not be…
To install bitninja on Debian/Ubuntu, run sudo su -c “echo deb http://apt.bitninja.io/debian/ bitninja non-free >> /etc/apt/sources.list.d/bitninja.list” sudo su -c “wget -O- http://apt.bitninja.io/7F8B47DC.gpg…