Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Catalyst: Users

perldoc install on VM

 

 

Catalyst users RSS feed   Index | Next | Previous | View Threaded


chrisstinemetz at gmail

Sep 13, 2011, 9:22 PM

Post #1 of 6 (461 views)
Permalink
perldoc install on VM

I'm trying to install perldoc onto the VM as described in the
tutorial. But I am not having any success. Bellow is the end result.
Thanks in advance!

root [at] catalys:~# apt-get install perl-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package perl-doc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
 perl

E: Package 'perl-doc' has no installation candidate
root [at] catalys:~#

_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/


pau4o at kamennn

Sep 13, 2011, 10:23 PM

Post #2 of 6 (444 views)
Permalink
Re: perldoc install on VM [In reply to]

On Wed, Sep 14, 2011 at 07:22, Chris Stinemetz <chrisstinemetz [at] gmail> wrote:
> I'm trying to install perldoc onto the VM as described in the
> tutorial. But I am not having any success. Bellow is the end result.
> Thanks in advance!
>
> root [at] catalys:~# apt-get install perl-doc
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package perl-doc is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages replace it:
>  perl
>
> E: Package 'perl-doc' has no installation candidate
> root [at] catalys:~#
Check output of: apt-cache policy perl-doc

You may need to configure your sources list (/etc/apt/sources.list).

best regards
Kamen

_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/


chrisstinemetz at gmail

Sep 14, 2011, 8:21 PM

Post #3 of 6 (445 views)
Permalink
Re: perldoc install on VM [In reply to]

>
> You may need to configure your sources list (/etc/apt/sources.list).
>

What do I need to add?
Below is what my sources.list looks like.

root [at] catalys:/etc/apt# more sources.list
#

# deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1
20110628-13:01]/ squeeze main

#deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1
20110628-13:01]/ squeeze main

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

# squeeze-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ squeeze-updates main
deb-src http://ftp.us.debian.org/debian/ squeeze-updates main

_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/


pau4o at kamennn

Sep 15, 2011, 1:22 AM

Post #4 of 6 (442 views)
Permalink
Re: perldoc install on VM [In reply to]

On Thu, Sep 15, 2011 at 06:21, Chris Stinemetz <chrisstinemetz [at] gmail> wrote:
>>
>> You may need to configure your sources list (/etc/apt/sources.list).
>>
>
> What do I need to add?
> Below is what my sources.list looks like.
As I see you don't need to add something.
I don't know your knowledge about using Debian, so please excuse me if
you already did following (commands must be run with sudo or as root
user):
- aptitude update (or apt-get update)
- aptitude install perl-doc (or apt-get install perl-doc)

After first command you can see that you have available for install
perl-doc, here is:
apt-cache policy perl-doc
perl-doc:
Installed: 5.10.1-17squeeze2
Candidate: 5.10.1-17squeeze2
Version table:
*** 5.10.1-17squeeze2 0
500 http://security.debian.org/ stable/updates/main i386 Packages
100 /var/lib/dpkg/status
5.10.1-17squeeze1 0
500 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
squeeze/main i386 Packages
500 http://ftp.debian.org/debian/ squeeze/main i386 Packages
500 http://ftp.us.debian.org/debian/ squeeze/main i386 Packages

As you can see from last line of output there is perl-doc available
from repository in your sources.list

Hope this solve your problem.
As this is more Debian related questions you may have a look at:
http://tangosoft.com/refcard/

best regards
Kamen

_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/


kimi at wildwear

Sep 15, 2011, 1:35 AM

Post #5 of 6 (441 views)
Permalink
Re: perldoc install on VM [In reply to]

Am Tue, 13 Sep 2011 23:22:45 -0500
schrieb Chris Stinemetz <chrisstinemetz [at] gmail>:

> I'm trying to install perldoc onto the VM as described in the
> tutorial. But I am not having any success. Bellow is the end result.
> Thanks in advance!
>
> root [at] catalys:~# apt-get install perl-doc
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package perl-doc is not available, but is referred to by another
> package. This may mean that the package is missing, has been
> obsoleted, or is only available from another source
> However the following packages replace it:
>  perl
>
> E: Package 'perl-doc' has no installation candidate
> root [at] catalys:~#
Don't know if it's that easy, but have you updated your system after
editing sources.list:
1. apt-get update
2. apt-get upgrade
3. apt-get install perl-doc

Can you install anything?

greets kimi
> _______________________________________________
> List: Catalyst [at] lists
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst [at] lists/ Dev site:
> http://dev.catalyst.perl.org/
>


_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/


chrisstinemetz at gmail

Sep 15, 2011, 4:51 AM

Post #6 of 6 (439 views)
Permalink
Re: perldoc install on VM [In reply to]

Thank you Kamen and Kimi. Your suggestions worked perfectly.

_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/

Catalyst users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.