How To Install gnumed-client-de on Ubuntu 18.04

In this tutorial we learn how to install gnumed-client-de on Ubuntu 18.04. gnumed-client-de is medical practice management - Client for German users

Introduction

In this tutorial we learn how to install gnumed-client-de on Ubuntu 18.04.

What is gnumed-client-de

gnumed-client-de is:

Just install this package if you want to use the GNUmed client in Germany and you have to use German chipcard systems. The package installs the GNUmed client and cares for proper libchipcard support.

There are three methods to install gnumed-client-de on Ubuntu 18.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 gnumed-client-de Using apt-get

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

sudo apt-get update

After updating apt database, We can install gnumed-client-de using apt-get by running the following command:

sudo apt-get -y install gnumed-client-de

Install gnumed-client-de Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install gnumed-client-de using apt by running the following command:

sudo apt -y install gnumed-client-de

Install gnumed-client-de 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 gnumed-client-de using aptitude by running the following command:

sudo aptitude -y install gnumed-client-de

How To Uninstall gnumed-client-de on Ubuntu 18.04

To uninstall only the gnumed-client-de package we can use the following command:

sudo apt-get remove gnumed-client-de

Uninstall gnumed-client-de And Its Dependencies

To uninstall gnumed-client-de and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

sudo apt-get -y autoremove gnumed-client-de

Remove gnumed-client-de Configurations and Data

To remove gnumed-client-de configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge gnumed-client-de

Remove gnumed-client-de configuration, data, and all of its dependencies

We can use the following command to remove gnumed-client-de configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge gnumed-client-de

References

Summary

In this tutorial we learn how to install gnumed-client-de package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.