How To Install libbio-graphics-perl on Debian 10

Learn how to install libbio-graphics-perl on Debian 10 with this tutorial. libbio-graphics-perl is Generate GD images of Bio

Introduction

In this tutorial we learn how to install libbio-graphics-perl on Debian 10.

What is libbio-graphics-perl

libbio-graphics-perl is:

The Bio::Graphics::Panel class provides drawing and formatting services for any object that implements the Bio::SeqFeatureI interface, including Ace::Sequence::Feature, Das::Segment::Feature and Bio::DB::Graphics objects. It can be used to draw sequence annotations, physical (contig) maps, protein domains, or any other type of map in which a set of discrete ranges need to be laid out on the number line.

There are three methods to install libbio-graphics-perl on Debian 10. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libbio-graphics-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 libbio-graphics-perl using apt-get by running the following command:

sudo apt-get -y install libbio-graphics-perl

Install libbio-graphics-perl Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libbio-graphics-perl using apt by running the following command:

sudo apt -y install libbio-graphics-perl

Install libbio-graphics-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 Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libbio-graphics-perl using aptitude by running the following command:

sudo aptitude -y install libbio-graphics-perl

How To Uninstall libbio-graphics-perl on Debian 10

To uninstall only the libbio-graphics-perl package we can use the following command:

sudo apt-get remove libbio-graphics-perl

Uninstall libbio-graphics-perl And Its Dependencies

To uninstall libbio-graphics-perl and its dependencies that are no longer needed by Debian 10, we can use the command below:

sudo apt-get -y autoremove libbio-graphics-perl

Remove libbio-graphics-perl Configurations and Data

To remove libbio-graphics-perl configuration and data from Debian 10 we can use the following command:

sudo apt-get -y purge libbio-graphics-perl

Remove libbio-graphics-perl configuration, data, and all of its dependencies

We can use the following command to remove libbio-graphics-perl configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libbio-graphics-perl

Dependencies

libbio-graphics-perl have the following dependencies:

References

Summary

In this tutorial we learn how to install libbio-graphics-perl package on Debian 10 using different package management tools: apt, apt-get and aptitude.