Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 550 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 550 Bytes

rojo-deb

Unofficial Debian / Ubuntu packages for Rojo

Installation

Launchpad PPA

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

sudo add-apt-repository ppa:thundergemios10/rojo
sudo apt update

Then install the launcher with:

sudo apt install rojo

Uninstall

To uninstall Rojo via terminal run:

sudo apt remove rojo

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

sudo add-apt-repository --remove ppa:thundergemios10/rojo
sudo apt update