[Catalyst] using perldoc on VM
Kamen Naydenov
pau4o at kamennn.eu
Mon Jun 11 20:56:12 GMT 2012
On Mon, Jun 11, 2012 at 11:30 PM, John Deighan <john.deighan at gmail.com> wrote:
> deb http://ftp.us.debian.org/debian/ squeeze main
> deb-src http://ftp.us.debian.org/debian/ squeeze main
>
> deb http://security.debian.org/ squeeze/updates main
> deb-src http://security.debian.org/ squeeze/updates main
>
> deb http://ftp.us.debian.org/debian/ squeeze-updates main
> deb-src http://ftp.us.debian.org/debian/ squeeze-updates main
OK You have sources list configured properly
>
>
> The blank lines are part of the grep output. Can anyone point me to what I
> have to change to get perldoc working?
Did you run command:
sudo apt-get update
Squeeze have package perl-doc as you can see at:
http://packages.debian.org/squeeze/perl-doc
So after running:
sudo apt-get update
You can check that perl-doc is available for install with command:
apt-cache policy perl-doc
Output from command
perl-doc:
Installed: 5.10.1-17squeeze3
Candidate: 5.10.1-17squeeze3
Version table:
*** 5.10.1-17squeeze3 0
500 http://ftp.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
5.10.1-17squeeze2 0
500 http://security.debian.org/ stable/updates/main i386 Packages
best regards
Kamen
More information about the Catalyst
mailing list