Get:1 http://ftp.fr.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB] Get:2 http://ftp.fr.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB] Get:3 http://ftp.fr.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB] Get:...
How to Enable Contrib and Non-Free Repositories on Debian Linux Step 2: Update the Repository List After enabling the required repositories, update the package list: sudo apt update Step 3: Install RARLAB’s Unrar Finally, install RARLAB’s version of Unrar: sudo apt install unrar This ...
sudoaptupdate&&sudoaptupgrade Install CMake via APT Command Now that your system is up-to-date, you can install CMake from Debian’s repository. This method is convenient because it automatically takes care of any required dependencies. To begin the installation, use the following command: sudo...
There are several ways to install Docker on your Debian 12 system.It is availablein the official Debian repositories, where it can be easily installed with a singleAPT command. However, one disadvantage of this approach is that the version available is not always the most recent. For this rea...
First of all, we need to log in to our Debian 12 VPS through SSH: ssh root@IP_Address -p Port_number Replace “root” with a user that has sudo privileges or root if necessary. Additionally, replace “IP_Address” and “Port_Number” with your server’s respective IP address and SSH...
To install the curl command utility on Debian 12, execute the command “sudo apt install curl -y”. It can be used by following the “curl [options] [url]” syntax. This post explains the installation and installation methods of the curl command utility on Debian 12. Also, simple examples...
Now, install the XRDP on Debian 12 by using the package available in the default repository of Debian 12: $ sudo apt install xrdp -y Step 4: Verify the XRDP Installation To verify the installation of the XRDP on Debian 12 with the above command, we will find out the status of XRDP se...
sudo apt install postgresql postgresql-contrib Step 3: Verify Postgres Installation Execute the below command to verify the Postgres installation status: sudo systemctl status postgresql From the above snippet, it is clear that Postgres has been successfully installed on Debian 12. ...
Step 1. Log in to your VPS and Update the System First of all, we need to log in to our Debian 12 VPS through SSH: ssh root@IP_Address -p Port_number Replace “root” with a user that has sudo privileges or root if necessary. Additionally, replace “IP_Address” and “Port_Number...
In today’s tutorial, we are going to see how you can add a user to sudoers on Debian distributions. The sudo command allows authorized users to perform commands as another user, which is by default the root user. There are two ways to add a user to sudoers : you can add this user...