How To Install tegaki-zinnia-simplified-chinese on Kali Linux
Introduction
In this tutorial we learn how to install tegaki-zinnia-simplified-chinese on Kali Linux.
What is tegaki-zinnia-simplified-chinese
tegaki-zinnia-simplified-chinese is:
Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. Zinnia simply receives user pen strokes as a sequence of coordinate data and outputs n-best characters sorted by SVM confidence. To keep portability, Zinnia doesn’t have any rendering functionality. In addition to recognition, Zinnia provides training module that allows us to create any hand-written recognition systems with low-cost.
This package provide a data model for Zinnia. With this model, Zinnia can recognize Simplified Chinese character.
This data model is derived from tomoe project: http://tomoe.sourceforge.jp
There are three methods to install tegaki-zinnia-simplified-chinese 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 tegaki-zinnia-simplified-chinese Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install tegaki-zinnia-simplified-chinese using apt-get by running the following command:
sudo apt-get -y install tegaki-zinnia-simplified-chineseInstall tegaki-zinnia-simplified-chinese Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install tegaki-zinnia-simplified-chinese using apt by running the following command:
sudo apt -y install tegaki-zinnia-simplified-chineseInstall tegaki-zinnia-simplified-chinese 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 updateAfter updating apt database, We can install tegaki-zinnia-simplified-chinese using aptitude by running the following command:
sudo aptitude -y install tegaki-zinnia-simplified-chineseHow To Uninstall tegaki-zinnia-simplified-chinese on Kali Linux
To uninstall only the tegaki-zinnia-simplified-chinese package we can use the following command:
sudo apt-get remove tegaki-zinnia-simplified-chineseUninstall tegaki-zinnia-simplified-chinese And Its Dependencies
To uninstall tegaki-zinnia-simplified-chinese and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove tegaki-zinnia-simplified-chineseRemove tegaki-zinnia-simplified-chinese Configurations and Data
To remove tegaki-zinnia-simplified-chinese configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge tegaki-zinnia-simplified-chineseRemove tegaki-zinnia-simplified-chinese configuration, data, and all of its dependencies
We can use the following command to remove tegaki-zinnia-simplified-chinese configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge tegaki-zinnia-simplified-chineseDependencies
tegaki-zinnia-simplified-chinese have the following dependencies:
References
Summary
In this tutorial we learn how to install tegaki-zinnia-simplified-chinese package on Kali Linux using different package management tools: apt, apt-get and aptitude.