| Apt-dist upgrade wants to remove iptables, but there's an upgrade for iptables. Should I upgrade it first individually? 
 
       Code: 
Reading package lists... Done
Building dependency tree
 Reading state information... Done
 Calculating upgrade... Done
 The following packages will be REMOVED:
 iptables
 
 
       Code: 
~:# apti iptables -dy
Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following additional packages will be installed:
 libip4tc0 libip6tc0 libiptc0 libxtables12
 The following packages will be REMOVED:
 libxtables11
 The following NEW packages will be installed:
 libxtables12
 The following packages will be upgraded:
 iptables libip4tc0 libip6tc0 libiptc0
 4 upgraded, 1 newly installed, 1 to remove and 327 not upgraded.
 Need to get 0 B/557 kB of archives.
 |