Frage

I need to write a small program to update my mongodb. I'm currently on ubuntu but I need to use it on other linux distributions.

I would just like to make sure that applications using this method can be run on other distros.

Is that true ?

War es hilfreich?

Lösung

Yes you can

The default quickly template for ubuntu application use pyGOBJECT which is available in all modern distros, So you don't have to worry about it. But if used ubuntu specific features like appindicator,unity integration etc, You have to make tiny changes in the source code before porting to another distro

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top