How To Install lincity-ng-data on Debian 12

Learn how to install lincity-ng-data on Debian 12 with this tutorial. lincity-ng-data is Media files for the city simulator game LinCity-NG

Introduction

In this tutorial we learn how to install lincity-ng-data on Debian 12.

What is lincity-ng-data

lincity-ng-data is:

LinCity-NG is a City Simulation Game. It is a polished and improved version of the old LinCity game: You are required to build and maintain a city. You must feed, house, provide jobs and goods for your residents. You can build a sustainable economy with the help of renewable energy and recycling, or you can go for broke and build rockets to escape from a pollution ridden and resource starved planet, it’s up to you. Due to the finite resources available in any one place, this is not a game that you can leave for long periods of time. This game is similar to the commercial simulation game with a similar name.

This package contains the architecture independent game media files.

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

Install lincity-ng-data Using apt-get

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

sudo apt-get update

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

sudo apt-get -y install lincity-ng-data

Install lincity-ng-data Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install lincity-ng-data

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

sudo aptitude -y install lincity-ng-data

How To Uninstall lincity-ng-data on Debian 12

To uninstall only the lincity-ng-data package we can use the following command:

sudo apt-get remove lincity-ng-data

Uninstall lincity-ng-data And Its Dependencies

To uninstall lincity-ng-data and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove lincity-ng-data

Remove lincity-ng-data Configurations and Data

To remove lincity-ng-data configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge lincity-ng-data

Remove lincity-ng-data configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge lincity-ng-data

Dependencies

lincity-ng-data have the following dependencies:

References

Summary

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