Package libnet-perl is a virtual package - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Package libnet-perl is a virtual package (/thread-1744.html) |
Package libnet-perl is a virtual package - Philipp - 11-09-2007 02:43 AM I just tried to install IspCP on a new server, but getting this error while installating the needed Debian packages: Code: # apt-get install `cat ./debian-packages-etch` RE: Package libnet-perl is a virtual package - BeNe - 11-09-2007 03:08 AM Please post your sources.list! Did you: Code: apt-get uptdate && apt-get upgrade Greez BeNe RE: Package libnet-perl is a virtual package - Philipp - 11-09-2007 03:08 AM Could this new behavior introduced by the recent Perl security update? http://www.debian.org/security/2007/dsa-1400 I guess replacing libnet-perl with perl-modules in debian-packages-etch should do the trick, right? RE: Package libnet-perl is a virtual package - Philipp - 11-09-2007 03:19 AM My source.list is: Code: deb http://ftp.de.debian.org/debian etch main contrib non-free I also checked in the meantime the other servers. This error appear now on all 3 servers if I try to run apt-get install libnet-perl on those machines. RE: Package libnet-perl is a virtual package - RatS - 11-09-2007 08:00 AM perl-modules-5.8.8-7etch1 delivers libnet-perl. We have to delete it from package list; Will be done in my next commit. However it's recommended to update a freshly installed debian via Code: apt-get update && apt-get upgrade RE: Package libnet-perl is a virtual package - GuS - 11-10-2007 05:18 AM RatS Wrote:perl-modules-5.8.8-7etch1 delivers libnet-perl. We have to delete it from package list; Will be done in my next commit. This is present in Ubuntu packages list too, and annoying for some time... or since ISPcp first version... RE: Package libnet-perl is a virtual package - raphael - 11-10-2007 10:13 AM the best is to list both (first perl-modules and then libnet-perl), that way apt shouldn't complain when libnet-apt is not a real package (since perl-modules is already listed to be installed) RE: Package libnet-perl is a virtual package - joximu - 11-15-2007 06:33 PM raphael Wrote:the best is to list both (first perl-modules and then libnet-perl), that way apt shouldn't complain when libnet-apt is not a real package (since perl-modules is already listed to be installed) That didn't work here. Now we have a ticket... http://www.isp-control.net/ispcp/ticket/873 /J |