Skyjake's PPA and stable version
I am a Ubuntu 16.04.3 LTS user. I added Skyjake's PPA, updated sources and installed Doomsday:
Above method installed the unstable version. Is there any way to install the stable version via PPA?
sudo add-apt-repository ppa:sjke/doomsday
sudo apt update
sudo apt install doomsday --no-install-recommends
Above method installed the unstable version. Is there any way to install the stable version via PPA?
Comments
I removed the unstable version and autoremoved some clutter: libqt5x11extras5, libsdl2-2.0-0, libsdl2-mixer-2.0-0 and libsndio6.1
Then I installed the stable version.
Nothing else was installed. I could not find doomsday to launch from dash. So I removed doomsday. There was no need for autoremove any debris.
So I reinstalled the unstable version.
Some packages were co-installed: libqt5x11extras5, libsdl2-2.0-0, libsdl2-mixer-2.0-0 and libsndio6.1
Now I can play again the unstable version
I think that
should always install the latest stable version and
should install the latest development version. Just a proposal..
When it comes to changing the package names, I don’t have enough experience in Apt package management to know if renaming packages is allowed. If I set up a new PPA the names could be changed, though. I’ll leave it as it is for now.
EDIT: I noticed the Launchpad builds have actually been successful also for the stable versions, however the built files have not been included in the produced DEB packages. I will do another build tomorrow to see if I managed to fix the scripts in the correct way.