I'm having some dependency issues with some packages. I have to use CPANPLUS (cpan & cpanm are not options) is there any way I can skip dependencies when installing a package? --force seems to install all dependencies (even if they're already installed and is leading to a circular dep in this case) and --skiptest just skips tests.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||||
|
|
You always could just download the .deb file (or .rpm/.tgz, depending on your distro) and just extract it and extract the data.tgz (in .deb files, at least) to /. Of course, this is rather ugly as the package isn't tracked and therefore not very easily removed. |
|||||
|