[LBo] Ubuntu 6.10 server unable to install webmin

Jisao dimark at securenet.net
Mon Mar 19 10:58:31 CET 2007


Kojo Nyame wrote:
> Thank you Sam,
>
> Sorry to seem like a lot of trouble but I want to be able to download 
> it ti
> my ubuntu server from the commandline. I aonly have access to the server
> fron the command line.
> You had used wget. Is this what I would use to download the
> libauthen-pam-perl?
>
> Thanks
>
> God bless
>
> Kojo
>
>
>
>
> On 3/18/07, Sam Morgan <s.morgan at linuxbasics.org> wrote:
>>
>> Kojo Nyame wrote:
>> > Hi Sam and all,
>> >
>> > I got stuck at this command,
>> >
>> > This package requires (on my system) the following modules to be
>> installed:
>> >>
>> >> sudo apt-get install libnet-ssleay-perl libauthen-pam-perl \
>> >> libio-pty-perl libmd5-perl
>> >
>> >
>> >
>> > I got the error " Package libauthen-pam-perl is not available, but is
>> > referred to by another package. This may mean the package is missing,
>> has
>> > been obsoleted, or is only availabe from another source." It went on
>> > further
>> > to say that "Package libauthen-pam-perl has no installation candidate.
>> >
>> > I would be grateful for any help. I really want this to work.
>> >
>> I did a google for ubuntu packages
>> and came up with this site:
>> http://packages.ubuntu.com/
>> when I plugged it in and looked for
>> libauthen-pam-perl in package descriptions for edgy I got this link:
>>
>> http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=libauthen-pam-perl&searchon=all&subword=1&version=edgy&release=all 
>>
>>
>> -- 
>> God Bless,
>> Sam Morgan
>> http://linuxbasics.org
>> linux the lifetime learning experience
>> -- 
>> QnA mailing list - To post: QnA at linuxbasics.org
>> Site: http://LinuxBasics.org
>> List-options: http://LinuxBasics.org/cgi-bin/mailman/listinfo/qna
>>
>
>
>
To get that package, add the universe repositories in your 
/etc/apt/sources.list.

Here is an example of lines of /etc/apt/sources.list which have the 
universe repository included (as well as multiverse).  Remove multiverse 
if you don't want it, replace breezy with the proper version of Ubuntu 
(probably Edgy by now), and the first part with your favorite location 
(this one is somewhere in australia).

 deb http://au.archive.ubuntu.com/ubuntu breezy universe multiverse
 deb-src http://au.archive.ubuntu.com/ubuntu breezy universe multiverse



Then you can just download the package with your favorite package 
manager as you would do with any other.

Best of luck.

Jisao


More information about the QnA mailing list