How To Install holotz-castle-editor on Ubuntu 18.04

In this tutorial we learn how to install holotz-castle-editor on Ubuntu 18.04. holotz-castle-editor is platform game with high doses of mystery - level editor

Introduction

In this tutorial we learn how to install holotz-castle-editor on Ubuntu 18.04.

What is holotz-castle-editor

holotz-castle-editor is:

This package contains the level editor for the Holotz’s Castle game.

The level editor allows you to modify or create new maps and levels for Holotz’s Castle.

There are three methods to install holotz-castle-editor 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 holotz-castle-editor Using apt-get

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

sudo apt-get update

After updating apt database, We can install holotz-castle-editor using apt-get by running the following command:

sudo apt-get -y install holotz-castle-editor

Install holotz-castle-editor Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install holotz-castle-editor using apt by running the following command:

sudo apt -y install holotz-castle-editor

Install holotz-castle-editor 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 holotz-castle-editor using aptitude by running the following command:

sudo aptitude -y install holotz-castle-editor

How To Uninstall holotz-castle-editor on Ubuntu 18.04

To uninstall only the holotz-castle-editor package we can use the following command:

sudo apt-get remove holotz-castle-editor

Uninstall holotz-castle-editor And Its Dependencies

To uninstall holotz-castle-editor and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

sudo apt-get -y autoremove holotz-castle-editor

Remove holotz-castle-editor Configurations and Data

To remove holotz-castle-editor configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge holotz-castle-editor

Remove holotz-castle-editor configuration, data, and all of its dependencies

We can use the following command to remove holotz-castle-editor configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge holotz-castle-editor

References

Summary

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