|
Couldn't find package zliblg-dev.
Problem with apt-get.
Running Ubuntu 6.06.
Attempting to compile SWFTools.
There is a dependency on zlib. Searching the SWFTools forum, I find that I should use sudo apt-get install zliblg-dev.
When I do an apptitude search I see the following.
genericadminuser@ubuntu-laptop:~$ aptitude search zlib
p libcompress-zlib-perl - Perl module for creation and manipulation
p libio-zlib-perl - IO:: style interface to Compress::Zlib
p libjzlib-java - Reimplementation of zlib in pure java
p libzlib-ruby - Extension library to use zlib from Ruby
p libzlib-ruby1.6 - An extension library to use zlib from Rubyv libzlib-ruby1.8 -
i zlib-bin - compression library - sample programs
i zlib1g - compression library - runtime
p zlib1g-dev - compression library - development
i zlibc - Uncompressing C Library
using sudo apt-get install, I was able to install zlib-bin.
However when I attempt to install zliblg-dev I get:
genericadminuser@ubuntu-laptop:~$ sudo apt-get install zliblg-dev
Password:
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package zliblg-dev
I am assuming that it is not available in the repository, even though it was listed in the search.
Any guidance on where else I can get zliblg-dev and install it?
|