On Wednesday 02 January 2008 10:53, James Freer wrote:
BUT when i install it comes up with "Error: Dependency is not satisfiable: libc6"
Quite possible if VYM has been linked to a more recent version of libc6.. The dependency warning should have given you a version number to check..
[Tip] dpkg -l | grep libc6
Next step? install with --force-conflicts
Not unless you want a broken system (or at least, VYM). The simplest way round the problem is to `apt-get source vym` and build the package on _your_ system. You may need to do an `apt-get build-dep vym` to ensure all the build dependencies are installed (or you could go with pbuilder).
Regards, Paul.