XmacsLabs / mogan

Mogan STEM Suite (based on GNU TeXmacs): Enjoy exploring science and technology!
https://mogan.app
GNU General Public License v3.0
359 stars 29 forks source link

Add installation via Pacstall or similar #1821

Open panbroggi opened 3 months ago

panbroggi commented 3 months ago

Is your feature request related to a problem? Please describe.

I am typically unable to keep track of the version updates and installations.

Describe the solution you'd like

I think it would be nice to automate the installation of the debian package under Ubuntu. A nice way would be to use the same approach used for Arch. For example, Pacstall work just like pacman, so the installation would just be

pacstall -I Mogan

and updates are performed as pacstall -Up. For example, TeXStudio has a pacstall, and many other programs do as well (micro, helix, ..).

Describe alternatives you've considered

Using the .deb release manually.

Additional context

No response

da-liii commented 3 months ago

https://mogan.app/guide/Install.html#ubuntu-20-04-ubuntu-22-04

Download the deb via wget and apt install is good enough. I'm not a Ubuntu user personally, if someone is willing to submit Mogan to pactall, it would be very nice for Ubuntu users.