This might sound like a stupid question, I am new to C++. On debian I try to invoke apt-get install with popen. I need to parse the output of this programm. Unfortunately I am not able to read the f
I am trying to install php 5.3.5 on my Debian server and after I performed ./configure -with-mysql=/usr -with-mysqli=/usr/bin/mysql_config -with-tidy=/usr -with-curl=/usr/bin -with-curlwrappers -wit
Hey I was just wondering if anyone has made a version of Debian written in Javascript, just for a test. I know it would not be able to do unlimited stuff, but what Javascript lets it have should be en
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I use Debhelper to create Debian packages. To deploy files and directories, I use the debian/install and debian/dirs files.
Hi so I am trying to create a deb package for a web application written in Java (it uses Apache Tomcat). My eventual goal is to start a repository that people can add to apt-get the software, but
Is there开发者_如何学运维 a way to provide localized versions of the Debian packaging control files (changelog, control and copyright for example) ?The format is laid down in the Debian Policy Manual,
开发者_开发问答Can some one tell me how the Chrome\'s Linux beta version carry out automatic version updation using debian package manager. I need to implement something similar to my application on l
I am trying to create a Debian package for a Java application. In my package there is a .jar file which is executable, a script which will run this jar file and a .so file for fmod.
I have created a java application and packed it into a jar file on a Windows platform. Now I wants to deploy that jar file on Debian Linux.