[PlanetCCRMA] trying to install APT on FC4, failed dependencies
Nigel Henry
cave.dnb at tiscali.fr
Fri Mar 24 04:29:02 PST 2006
On Friday 24 March 2006 09:42, Brandon Stuckert wrote:
> Hi, I'm obviously new at this...I have a fresh install of FC4 and am trying
> to get APT working...when I type:
>
> rpm -Uvh
> http://ccrma.stanford.edu/planetccrma/apt/rpms/apt-0.5.15cnc6-4.rhfc4.ccrma
>.i386.rpm
Hi Brandon. I found that using the above method, that apt for FC4 would not
download and install. I used wget as user to download it, then as root
installed it, as below.
$ wget
http://ccrma.stanford.edu/planetccrma/apt/rpms/apt-0.5.15cnc6-4.rhfc4.ccrma
Just one space after wget, then the URL.
This will put the apt rpm in your home directory. Then su to root, and type.
rpm -Uvh apt-0.5.15cnc6-4.rhfc4.ccrma
>
> in the terminal, this is what I get:
>
> Retrieving
> http://ccrma.stanford.edu/planetccrma/apt/rpms/apt-0.5.15cnc6-4.rhfc4.ccrma
>.i386.rpm error: Failed dependencies:
> libbeecrypt.so.6 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libelf.so.1 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libncurses.so.5 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libreadline.so.5 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> librpm-4.4.so is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> librpmdb-4.4.so is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> librpmio-4.4.so is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libsqlite3.so.0 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
Your problem may be different to mine though, because I don't remember all the
failed deps problems.
>
> Also when I type rpm --import
> http://ccrma.stanford.edu/planetccrma/RPM-GPG-KEY.planetccrma.txt
> while not in root I obviously got some errors but when I logged in as root
> and tried it it seemed to do nothing at all.
It's only a very small .txt file, and you need to install it as root. It
should just return you to the prompt if it installs ok.
You can check to see if it's downloaded ok, using, as user, rpm -q -a --last ,
and see if it's on the list. If not, then download the key first, which ends
up in your home directory, then, su to root on the CLI, and type.
rpm --import RPM-GPG-KEY.planetccrma.txt
This will be instantaneous, and will return you to the prompt.
>
> Sorry for the stupid questions, any help would be much appreciated,
> Thanks
No problem. Nigel.
More information about the PlanetCCRMA
mailing list