Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 750 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 750 Bytes

An Anime Game Launcher for Ubuntu

Installation

Launchpad PPA (Recommended)

To install the launcher via the unofficial PPA, first add the PPA to your system's Software Sources.

sudo add-apt-repository ppa:thundergemios10/an-anime-game-launcher
sudo apt update

Then install the launcher with:

sudo apt install an-anime-game-launcher

Manual

To install the launcher via terminal run:

sudo dpkg -i an-anime-game-launcher_3.13.0_all.deb 

Uninstall

To uninstall the launcher via terminal run:

sudo apt remove an-anime-game-launcher

If you wish to remove the Launchpad PPA, you can run:

sudo add-apt-repository --remove ppa:thundergemios10/an-anime-game-launcher
sudo apt update