I am attempting to install software onto my Debian Lenny server. Specifically, Capture-HPC. I have setup VMWare server, along with all the prerequisites. When I go to run ant in the directory, i get the following error:
[taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
A...
Example:
Package Foo wich depends on package Bar on version 0.1
When I update package bar to version 0.2 I want to see a message that, there is package Foo which depends on version 0.1 of the package Bar, but I do not want to abort the install process.
Is there any way to do this? (maybe some extra line in control file)
Thanks
...
Hi there, i have to customize a debian based distro to run on some pc, showing some advertising on screen (with firefox in fullscreen mode).
I'd like to write a software (script or compiled) that checks every X seconds the status of the VGA/HDMI cable and upon disconnection send an email to the administrator.
It would be nice to check i...
package A depends on package B-kmod and B-kmod has several variants. like B-kmod--{generic,pae-generic} etc. and in turn B-kmod depends on linux-image of the same flavor.
i'd like A to have depends on B-kmod-$(uname -r). how to express this in control file?
...
I've made a small script in my machine, and an alias in .bashrc that calls it. It's a bash script with 3 lines, but it can grow.
Now, some people in my team found it useful, and want to use it.
Instead of saying "copy this alias, do this, do that, install that lib" I was thinking about creating a simple package to be a little more prof...
I am logged in as a regular user. Should I use:
./configure && make && make install
or
sudo ./configure && sudo make && sudo make install
or
./configure && make && sudo make install
when installing packages.
And could someone explain the differences.
I want all users to be able to use it.
...
I only know of Arch Linux which is pretty awesome and I use it for my desktop. But its rolling release model makes me wary of using it for servers. I know that the benefit of an optimized distribution will not be striking, at least it is unlikely to hurt. Given that I have more modern CPU I would rather enjoy an occasional benefit rather...
I have created a static and dynamic library that I want to distribute. How should I make my .deb file so the headers are put in /usr/include/, the libraries in /usr/lib/, etc.
...