iopdiamond.blogg.se

How to install curl on ubuntu 20.04
How to install curl on ubuntu 20.04









how to install curl on ubuntu 20.04

It is recommended to go on with the default path provided and click on the OK button.Īfter some time of doing this, the installation of UrBackup on your system will be completed successfully. Now, you can quickly install UrBackup on your chosen system with the following command: $ sudo apt install urbackup-serverĭuring the installation of the UrBackup server, you will be asked to select a path to which you want to save your backups. Step # 4: Install UrBackup on the Target System: Step # 3: Allow the New Changes to Take Effect:Īfter adding the said repository to your system, you will have to let these changes take effect by updating your system with the command shown below: $ sudo apt update Then, you need to add the UrBackup repository to your system by running the following command: $ sudo add-apt-repository ppa:uroni/urbackup Step # 2: Add the UrBackup Repository to the Target System: If you intend to install UrBackup on your Ubuntu 20.04 machine, then you need to perform the following steps: Step # 1: Install all the Required Dependencies:įirst, all the required dependencies need to be installed with the help of the command shown below: $ sudo apt install curl gnupg2 software-properties-common In this guide, we will take a look at the installation procedure of UrBackup on an Ubuntu 20.04 system. A prominent feature of this backup system is that it never interrupts the current working of your system rather the backups are created in parallel while your target system is running. It is available for both Linux and Windows operating systems. At the time of writing this article, this is what my output is (yours should be similar): curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.UrBackup is a client/server backup tool that supports image backups as well as file backups. This will also give you the current installed version. It cannot be more simple than this, can it? Once the installation is finished, you can check everything went fine using: curl -version Now that you updated the cache, you can install curl using apt command like this: sudo apt install curl Open a terminal (use Ctrl+Alt+T shortcut on Ubuntu) and use the following command to update Ubuntu package cache: sudo apt update But before you install curl, I suggest updating the local package cache first. Which means installing curl on Ubuntu is just a matter of a single command.

how to install curl on ubuntu 20.04

Since curl is a popular open source software that has been used for more than twenty years now, Ubuntu includes it in the main repository. The scope of this quick tutorial is to show how to install curl on Ubuntu. The full range of options can be easily referenced in the man page, accessible using the man curl command or by following this link.

how to install curl on ubuntu 20.04

We are not going to discuss various ways curl command can be used.











How to install curl on ubuntu 20.04