How To Install openboard-fonts-nonfree on Kali Linux

In this tutorial we learn how to install openboard-fonts-nonfree on Kali Linux. openboard-fonts-nonfree is Interactive White Board Application (non-free fonts)

Introduction

In this tutorial we learn how to install openboard-fonts-nonfree on Kali Linux.

What is openboard-fonts-nonfree

openboard-fonts-nonfree is:

OpenBoard is an open source cross-platform interactive white board application designed primarily for use in schools.

It was originally forked from Open-Sankor?, which was itself based on Uniboard.

This package contains fonts with non-free status (EcritureA and EcritureB)..

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

Install openboard-fonts-nonfree Using apt-get

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

sudo apt-get update

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

sudo apt-get -y install openboard-fonts-nonfree

Install openboard-fonts-nonfree Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install openboard-fonts-nonfree

Install openboard-fonts-nonfree Using aptitude

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

sudo aptitude update

After updating apt database, We can install openboard-fonts-nonfree using aptitude by running the following command:

sudo aptitude -y install openboard-fonts-nonfree

How To Uninstall openboard-fonts-nonfree on Kali Linux

To uninstall only the openboard-fonts-nonfree package we can use the following command:

sudo apt-get remove openboard-fonts-nonfree

Uninstall openboard-fonts-nonfree And Its Dependencies

To uninstall openboard-fonts-nonfree and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove openboard-fonts-nonfree

Remove openboard-fonts-nonfree Configurations and Data

To remove openboard-fonts-nonfree configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge openboard-fonts-nonfree

Remove openboard-fonts-nonfree configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge openboard-fonts-nonfree

Dependencies

openboard-fonts-nonfree have the following dependencies:

References

Summary

In this tutorial we learn how to install openboard-fonts-nonfree package on Kali Linux using different package management tools: apt, apt-get and aptitude.