Re: Modem configuration:

From: Dances With Crows (danceswithcrows_at_usa.net)
Date: 07/14/03


Date: 14 Jul 2003 18:30:24 GMT

On 14 Jul 2003 11:09:59 -0700, Rob staggered into the Black Sun and
said:

When following up to an article, include context so people know what the
hell you're talking about! I almost deleted this without reading it.
And don't post the same message twice.

[ Summary: Rob is having trouble with the ltmodem RPM for Redhat
something-or-other. He tried to rpm -Uvh it, but its automatic
installation script failed midway through because /dev/modem already
existed. His attempt to rpm -Uvh it again after removing /dev/modem
failed, because the RPM database thought the package was already
installed. ]

> [root@localhost ]# rpm -e ltmodem
> error: package ltmodem is not installed
> [root@localhost ]# rpm -e ltmodem-kv_2.4.20_6-8.26a9-1.athlon.rpm
> error: package ltmodem is not installed
> [root@localhost ]# rpm -Uvh ltmodem-kv_2.4.20_6-8.26a9-1.athlon.rpm
> (100%########################################### [100%]
> package ltmodem-kv_2.4.20_6-8.26a9-1 is already installed
>
> Says I don't have anything installed, and says I have the same thing
> installed. I know when I'm beat.

This database silliness is one of the main reasons why RPM is not a
suitable package management system. (Dependency Hell is the other.)
You can probably find out what the database thinks the ltmodem package
is called by doing "rpm -qa | grep modem". One of the lines will look
like:

ltmodem-kv_blah_foo

...and you'd rpm -e *that* , not the full name of the package with
version#s added, certainly not the name of the package file. Then try
again.

If you try this and you still can't get it to work, grab the source
tarball instead and use that.

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin / 
http://www.brainbench.com     /  "He is a rhythmic movement of the
-----------------------------/    penguins, is Tux." --MegaHAL


Relevant Pages

  • [opensuse] a second GNOME damage after update
    ... Surprisingly this package is displayed as to be not installed although gnome-control-center and gnome-settings-daemon always worked until yesterday. ... Unfortunately YaST rejects the installation of this package because it ... Even if a new package requires a second version of an already installed package rpm should ensure that these two versions can coexist. ... I am desperately looking for a way to install "control center2". ...
    (SuSE)
  • Re: Conventions for NFS sharing of binaries
    ... Do you have distro & local packages with same name? ... mount it r/w on your "master installation machine" (with RPM management). ... If you replace a package with a different one with the same name, hmm, you ...
    (comp.os.linux.misc)
  • Re: missing X11 when configuring mplayer
    ... I found the xorg-x11-devel package in my FC3 installation. ... below at the bottom of this email for the detail of rpm -qi ...
    (Fedora)
  • Re: General proc. for uninstalling software?
    ... Fedora include a centralized system for program ... installation/deinstallation called RPM. ... Calling RPM "a simply installation manager" is reductive, ... For uninstalling package you simply need to run rpm -e. ...
    (Fedora)
  • Re: Modem configuration:
    ... : error: package ltmodem is not installed ... : rpm: only installation, upgrading, rmsource and rmspec may be forced ...
    (comp.os.linux.hardware)