Pregunta

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 ?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top