|
Apt-get, Dpkg
Hello Everybody,
Lately I had to make a kernel-recompile procedure. This also included recompilation of patched packages: iproute2, iptables.
To install them correctly, I had to run make install each of them, but before doing that - to get rid of old versions. So apt-get remove iptables iptables-dev was needed.
Afterwards, it de-installed also some of the packages depending on iptables. Later on I forced the dpkg to install them. But the apt-get upgrade does not work properly at all - it complains about dependencies error (does not have in its own database iptables installed), so I cannot upgrade automatically.
Is there any way to force apt-get NOT to search for iptables? I tried --ignore-missing, but didn't help. Or - maybe there is any way to "virtually" install iptables, which would only fix the apt database entry, without installing the old iptables itself?
Or do I have to play developer again and create iptables package out of compiled version?
regards
Kincaid
|