Megoldás:
apt-get install nmap --no-install-recommends
Mindenki meghülyült?
- mogorva blogja
- A hozzászóláshoz be kell jelentkezni
- 1128 megtekintés
Hozzászólások
Csak a debijányos csomag sza... izé, karbantartója :-P
- A hozzászóláshoz be kell jelentkezni
+1
- A hozzászóláshoz be kell jelentkezni
echo -e "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";" > /etc/apt/apt.conf.d/recommends
Minden gepemen igy van.
- A hozzászóláshoz be kell jelentkezni
+1
- A hozzászóláshoz be kell jelentkezni
Úgy néz ki az egyik függőség függőségei miatt húz be ennyit,reportolták is már nekik:
I ran into the same issue at a freshly installed Debian 7.0 machine, it seems the problem is caused by the dependency on liblinear1 which is a new dependency compared to the version in squeeze.
So I looked around in the dependency tree a little, and the eventual cause is that liblinear1 recommends liblinear-tools, which in turn recommends libsvm-tools, which depends on gnuplot, which happily install an x11 version of itself, hence all the X libraries.
Doing the installation with apt-get install nmap --no-install-recommends gives us back a "normal" set of dependencies.
- A hozzászóláshoz be kell jelentkezni