How To Install librime-data-triungkox3p on Debian 9

In this tutorial we learn how to install librime-data-triungkox3p on Debian 9. librime-data-triungkox3p is RIME schema data - triungkox3p (transitional package)

Introduction

In this tutorial we learn how to install librime-data-triungkox3p on Debian 9.

What is librime-data-triungkox3p

librime-data-triungkox3p is:

This is a dummy package for transition to librime-data-sampheng.

It can be safely removed after upgrade.

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

Install librime-data-triungkox3p Using apt-get

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

sudo apt-get update

After updating apt database, We can install librime-data-triungkox3p using apt-get by running the following command:

sudo apt-get -y install librime-data-triungkox3p

Install librime-data-triungkox3p Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install librime-data-triungkox3p using apt by running the following command:

sudo apt -y install librime-data-triungkox3p

Install librime-data-triungkox3p 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 librime-data-triungkox3p using aptitude by running the following command:

sudo aptitude -y install librime-data-triungkox3p

How To Uninstall librime-data-triungkox3p on Debian 9

To uninstall only the librime-data-triungkox3p package we can use the following command:

sudo apt-get remove librime-data-triungkox3p

Uninstall librime-data-triungkox3p And Its Dependencies

To uninstall librime-data-triungkox3p and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove librime-data-triungkox3p

Remove librime-data-triungkox3p Configurations and Data

To remove librime-data-triungkox3p configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge librime-data-triungkox3p

Remove librime-data-triungkox3p configuration, data, and all of its dependencies

We can use the following command to remove librime-data-triungkox3p configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge librime-data-triungkox3p

Dependencies

librime-data-triungkox3p have the following dependencies:

References

Summary

In this tutorial we learn how to install librime-data-triungkox3p package on Debian 9 using different package management tools: apt, apt-get and aptitude.