New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Install zlib and readline?

A collection of tips on howto tweak your Bubba.
Post Reply
OverTheHill
Posts: 3
Joined: 30 Jan 2009, 08:55

Install zlib and readline?

Post by OverTheHill »

Would one of you knowledgeable folk help me with this? I would like packages zlib and readline installed on my stock Bubba|Two, but they fail when I try this:

Code: Select all

bubba:/# apt-get install zlib
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package zlib
bubba:/# apt-get install readline
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package readline
bubba:/#
At this point the waters get too deep for me. Your advice would be appreciated by this ancient programmer who goes back to the late 1970s. Thanks!
Xet
Posts: 53
Joined: 12 May 2008, 02:40

Post by Xet »

Use

Code: Select all

apt-cache search <package name>
to search for the stuff you need, for example

Code: Select all

apt-cache search readline
carl
Posts: 474
Joined: 07 May 2008, 04:41

Post by carl »

You are probably looking for libreadline5 and zlib1g (which both is installed per default)
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
OverTheHill
Posts: 3
Joined: 30 Jan 2009, 08:55

Post by OverTheHill »

Thank you
Post Reply