Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: bobby59 on June 14, 2012, 01:23:52 pm

Title: centovacast 3.0 setup help
Post by: bobby59 on June 14, 2012, 01:23:52 pm
Hey everyone and staff

everytime i try to install centovacast

this error message always comes up for me

package unzip is not available, but its referred to by another package. this may mean that the package is missing, has been obsoleted or is only available from another source

thats what it saids when i try to install shoutcast and icecast on centovacast v 3.0

how can i fix it

thanks
Title: Re: centovacast 3.0 setup help
Post by: Centova - Steve B. on June 14, 2012, 01:57:32 pm
That error is being returned by apt-get, which Centova Cast is running (at your request) to install the packages Centova Cast needs to operate.

The error is basically saying that the 'unzip' package doesn't exist in your configured apt repositories.  If you're running Debian (which is the only apt-based distro we support) then it means your apt configuration is broken... unzip has been available in the Debian repos since as long as I've been using Debian:

Code: [Select]
root@web:~# apt-cache show unzip
Package: unzip
Priority: optional
Section: utils
Installed-Size: 408
Architecture: amd64
Version: 6.0-4
...

You can try 'apt-get update' which may fix it... if not, you'd need to ask your admin to fix your apt configuration.