At Endless Sky you can:
The latest stable version is 0.9.4, released on October 5, 2016.
How to install Endless Sky using PPA in Ubuntu 16.04Endless Sky is available in the Ubuntu software repository and can be installed using the following command.
sudo apt install endless-sky
However, if you want to install the latest version of the latest version, please run the following command to install the 0.9.4 version from the official PPA.
sudo add-apt-repository ppa:mzahniser/endless-sky sudo apt update sudo apt install endless-sky
Once the installation is complete, you can launch it from Unity Dash or your preferred application launcher.
First, download the Endless Sky data and Endless Sky deb package:
64 bits
wget https://launchpad.net/~mzahniser/+archive/ubuntu/endless-sky/+files/endless-sky-data_0.9.4-0trusty_all.deb wget https://launchpad.net/~mzahniser/+archive/ubuntu/endless-sky/+files/endless-sky_0.9.4-0trusty_amd64.deb
32 bits
wget https://launchpad.net/~mzahniser/+archive/ubuntu/endless-sky/+files/endless-sky-data_0.9.4-0trusty_all.deb wget https://launchpad.net/~mzahniser/+archive/ubuntu/endless-sky/+files/endless-sky_0.9.4-0trusty_i386.deb
Then install gdebi and use gdebi to install Endless Sky, it will automatically install dependencies for you.
sudo apt install gdebi sudo gdebi endless-sky-data*.deb sudo gdebi endless-sky*.deb
After installation, please open it from the application launcher.
How to install Endless Sky in Fedora 25Endless Sky is available in the Fedora repository. Just open the Gnome software, search for Endless Sky, and click the install button. Alternatively, you can open a terminal and install using the dnf package manager.
sudo dnf install endless-sky
Once installed, open it from the application launcher, OK! I hope this tutorial helped you install Endless Sky space trading game on Ubuntu 16.04, Debian 8 and Fedora 25.
The above is the detailed content of Guide to installing Endless Sky on Ubuntu and Debian. For more information, please follow other related articles on the PHP Chinese website!