How To Install libproxy0.4-cil on Ubuntu 20.04

In this tutorial we learn how to install libproxy0.4-cil on Ubuntu 20.04. libproxy0.4-cil is automatic proxy configuration management library (CLI) automatic proxy configuration management library (CLI)

Introduction

In this tutorial we learn how to install libproxy0.4-cil on Ubuntu 20.04.

What is libproxy0.4-cil

libproxy0.4-cil is:

libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API.

This package contains the CLI bindings.

Package: libproxy0.4-cil Architecture: all Version: 0.4.15-10 Priority: optional Section: universe/cli-mono Source: libproxy Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian GNOME Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 31 Depends: cli-common (>= 0.5.1), libmono-corlib4.5-cil (>= 5.18.0.240), libproxy1v5 (>= 0.4.14) Filename: pool/universe/libp/libproxy/libproxy0.4-cil_0.4.15-10_all.deb Size: 4716 MD5sum: c050718593ff468e881034b8be8cd090 SHA1: b1c90ac9449cc1d2bb739e5d9d0b3d24e6ce12e7 SHA256: b2e3b461b795f3b49cec5f02a0889f550ac8756daee0049b49ca4fe666f56ccd Homepage: https://libproxy.github.io/libproxy/ Description-en: automatic proxy configuration management library (CLI) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API.

This package contains the CLI bindings.

There are three methods to install libproxy0.4-cil on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libproxy0.4-cil Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libproxy0.4-cil using apt-get by running the following command:

sudo apt-get -y install libproxy0.4-cil

Install libproxy0.4-cil Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libproxy0.4-cil using apt by running the following command:

sudo apt -y install libproxy0.4-cil

Install libproxy0.4-cil Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libproxy0.4-cil using aptitude by running the following command:

sudo aptitude -y install libproxy0.4-cil

How To Uninstall libproxy0.4-cil on Ubuntu 20.04

To uninstall only the libproxy0.4-cil package we can use the following command:

sudo apt-get remove libproxy0.4-cil

Uninstall libproxy0.4-cil And Its Dependencies

To uninstall libproxy0.4-cil and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libproxy0.4-cil

Remove libproxy0.4-cil Configurations and Data

To remove libproxy0.4-cil configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libproxy0.4-cil

Remove libproxy0.4-cil configuration, data, and all of its dependencies

We can use the following command to remove libproxy0.4-cil configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libproxy0.4-cil

References

Summary

In this tutorial we learn how to install libproxy0.4-cil package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.