Almost Ubuntu with NextStep: NextSpace

Ivan Molina Rebolledo
- 1 min read
Almost Ubuntu with NextStep: NextSpace

So, I spent my night trying to buid NextSpace on Ubuntu 20.04. It did was a mess tho. Specially with the nextspace-gui which didn't wanted to build properly.

This almost works. But there are some problems that you can read here (with fixes).

If you want to try it, I managed to make an APT repo just for this:

curl https://apt.ivmoreau.com/focal/nextspace/key | sudo apt-key add -
echo "deb https://apt.ivmoreau.com/focal/nextspace /" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install nextspace-*

Oh, and btw, the provided scripts on the repo didn't work. So I had to manually make every package. But I think that this can be further automated.

Bye bye.