Ubuntu Tutorial

How To Install fonts-gfs-complutum on Ubuntu

Posted on April 1, 2023  (Last modified on May 20, 2023 )
2 minutes  • 365 words

Introduction

In this tutorial we learn how to install fonts-gfs-complutum on Ubuntu.

What is fonts-gfs-complutum

fonts-gfs-complutum is:

Greek Font Society incorporated Brocar’s famous and distinctive type in the commemorative edition of Pindar’s Odes for the Athens Olympics (2004) and the type with a new set of capitals, revived digitaly by George D. Matthiopoulos, is now available for general use.

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

Install fonts-gfs-complutum Using apt-get

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

sudo apt-get update

After updating apt database, We can install fonts-gfs-complutum using apt-get by running the following command:

sudo apt-get -y install fonts-gfs-complutum

Install fonts-gfs-complutum Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install fonts-gfs-complutum using apt by running the following command:

sudo apt -y install fonts-gfs-complutum

Install fonts-gfs-complutum 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 fonts-gfs-complutum using aptitude by running the following command:

sudo aptitude -y install fonts-gfs-complutum

How To Uninstall fonts-gfs-complutum on Ubuntu

To uninstall only the fonts-gfs-complutum package we can use the following command:

sudo apt-get remove fonts-gfs-complutum

Uninstall fonts-gfs-complutum And Its Dependencies

To uninstall fonts-gfs-complutum and its dependencies that are no longer needed by Ubuntu, we can use the command below:

sudo apt-get -y autoremove fonts-gfs-complutum

Remove fonts-gfs-complutum Configurations and Data

To remove fonts-gfs-complutum configuration and data from Ubuntu we can use the following command:

sudo apt-get -y purge fonts-gfs-complutum

Remove fonts-gfs-complutum configuration, data, and all of its dependencies

We can use the following command to remove fonts-gfs-complutum configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge fonts-gfs-complutum

Dependencies

fonts-gfs-complutum have the following dependencies:

References

Summary

In this tutorial we learn how to install fonts-gfs-complutum package on Ubuntu using different package management tools: apt, apt-get and aptitude.

Follow us

We provides various tutorials about Ubuntu