How To Install libcgi-formbuilder-source-perl-perl on Ubuntu 20.04
Introduction
In this tutorial we learn how to install libcgi-formbuilder-source-perl-perl on Ubuntu 20.04.
What is libcgi-formbuilder-source-perl-perl
libcgi-formbuilder-source-perl-perl is:
CGI::FormBuilder::Source::Perl allows you to specify the config for a CGI::FormBuilder object using Perl syntax.
The contents of the config file will be evaled and the hash ref returned will be used as the config for the object.
There are three methods to install libcgi-formbuilder-source-perl-perl 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 libcgi-formbuilder-source-perl-perl Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install libcgi-formbuilder-source-perl-perl using apt-get by running the following command:
sudo apt-get -y install libcgi-formbuilder-source-perl-perl
Install libcgi-formbuilder-source-perl-perl Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install libcgi-formbuilder-source-perl-perl using apt by running the following command:
sudo apt -y install libcgi-formbuilder-source-perl-perl
Install libcgi-formbuilder-source-perl-perl 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 libcgi-formbuilder-source-perl-perl using aptitude by running the following command:
sudo aptitude -y install libcgi-formbuilder-source-perl-perl
How To Uninstall libcgi-formbuilder-source-perl-perl on Ubuntu 20.04
To uninstall only the libcgi-formbuilder-source-perl-perl package we can use the following command:
sudo apt-get remove libcgi-formbuilder-source-perl-perl
Uninstall libcgi-formbuilder-source-perl-perl And Its Dependencies
To uninstall libcgi-formbuilder-source-perl-perl and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove libcgi-formbuilder-source-perl-perl
Remove libcgi-formbuilder-source-perl-perl Configurations and Data
To remove libcgi-formbuilder-source-perl-perl configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge libcgi-formbuilder-source-perl-perl
Remove libcgi-formbuilder-source-perl-perl configuration, data, and all of its dependencies
We can use the following command to remove libcgi-formbuilder-source-perl-perl configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libcgi-formbuilder-source-perl-perl
References
- libcgi-formbuilder-source-perl-perl website
- libcgi-formbuilder-source-perl-perl on packages.ubuntu.com
Summary
In this tutorial we learn how to install libcgi-formbuilder-source-perl-perl package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.