Tagged Questions
0
votes
1answer
123 views
What are best programming languages for modern Linux apps? [closed]
recently I decided to start making Linux - mainly Ubuntu - apps, I Just wonder what programming language would be best used for that ? I am a Java Developer,however, I wanted to hear from you. In ...
0
votes
1answer
2k views
Install apt-get on OpenSUSE
I have install OpenSUSE. I want to install apt-get on OpenSESU. Than I search on Google, but the result is useless.
Can anyone tell me how to install apt-get on OpenSUSE?
I'm not saying YaST is bad. ...
1
vote
1answer
113 views
How to create a Linux Ubuntu/OpenSUSE installer for my Java App?
as the topic goes,
how can I create an installer for my java application which can be easily install on both version of linux (Ubuntu/OpenSUSE) ?
As for dependency goes, can I add another installer ...
3
votes
8answers
554 views
Distributing a program in linux without the source
I want to be able to distribute a program in Linux without distributing the source with it. The current solution is distributing a tar.gz with a precompiled binary. What is the easiest way to have ...