install a obsoleted package


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users install a obsoleted package
# 1  
Old 02-27-2012
install a obsoleted package

How do you install a obsoleted package? This is the error message if you are curious.

Code:
$ sudo rpm -i /home/bob/Downloads/OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org-ure-1.7.0-9567.i586.rpm 
[sudo] password for bob: 
error: Failed dependencies:
        openoffice.org-ure < 1:3.3.1 is obsoleted by (installed) libreoffice-ure-1:3.3.4.1-2.fc15.i686

# 2  
Old 02-27-2012
If you just want to install the package irrespective of dependences, you can use the --nodepends option.
This User Gave Thanks to fpmurphy For This Post:
# 3  
Old 02-28-2012
If CentOs conn your box with net and use yum to install from free repo .. which will install your all dependencies elase register your OS and get repo..
Else you could find all dependent pack on OS dvd .. Create local yum and install

Here am not aware about your OS flavour .. pls post so .. for better solutions ..


--Shirish Shukla
# 4  
Old 02-28-2012
Quote:
Originally Posted by fpmurphy
If you just want to install the package irrespective of dependences, you can use the --nodepends option.
Thank you. Surprised I couldn't find anything useful on google.

Did rpm change their options a bit? In fedora it is --nodeps.

Quote:
Originally Posted by Shirishlnx
If CentOs conn your box with net and use yum to install from free repo .. which will install your all dependencies elase register your OS and get repo..
Else you could find all dependent pack on OS dvd .. Create local yum and install

Here am not aware about your OS flavour .. pls post so .. for better solutions ..


--Shirish Shukla
Fedora. fpmurphy figured it out for me Smilie.
# 5  
Old 02-28-2012
Quote:
Originally Posted by cokedude
Thank you. Surprised I couldn't find anything useful on google.
'man rpm' probably would help, too. That should be a first resort, not a last...
# 6  
Old 03-01-2012
Quote:
Originally Posted by Corona688
'man rpm' probably would help, too. That should be a first resort, not a last...
Sometimes its hard to find something if you don't know what you are looking for. I didn't know what I was looking for. I was looking for the word obsolete since that what I thought the problem was.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can't install rpm package with --prefix in new path.Error: package is not relocatable

Hello, i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm" in /usr/local/ directory. I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't. I did: 1st try: Didn't work sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Discussion started by: g_p
1 Replies

2. Linux

How install a new package without remove old package?

Dear all, I would like to install a new version of package without remove old version on Centos and vice versa. Please give me advice! thanks much, (2 Replies)
Discussion started by: all4cfa
2 Replies

3. Ubuntu

How to Install TCSH package in Ubuntu 11?

I am trying to install tcsh package in ubuntu 11 When i tried to invoke the tcsh,i was prompted to contact administrator to install tcsh package. Since i am also the admin on my system its my job to install tcsh :D I have downloaded tcsh package named "tcsh-6.17.00.tar", since i don not have... (12 Replies)
Discussion started by: animesharma
12 Replies

4. UNIX for Advanced & Expert Users

snoop package install

I was trying to install the solaris snoop package on a flavor of linux. I got the tar file, unzipped it. when I CD to the unzipped snoop directory, I ran the command ./configure ; make and I got the following error. Did anybody run into this before? what can I do to install snoop? checking... (1 Reply)
Discussion started by: Pouchie1
1 Replies

5. Solaris

how to install this package

Dears, i am new user in solaris i am using solaris 10 https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=Sol-audio-drivers1.0-x86-G-F@CDS-CDS_SMI after i unzip this package i didn't found any package to install cos i only... (1 Reply)
Discussion started by: sharkux
1 Replies

6. Solaris

not able to install the package

I am working with sun solaris 9 and I want to install some packages but due to less disk space I am not able to install the packages. I am giving the output of filesystem-- # df -k Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 2148263 1997593 107705 ... (10 Replies)
Discussion started by: smartgupta
10 Replies

7. UNIX and Linux Applications

looking for ImageMagick install package

i am struggling to find an error free, and complete install package for ImageMagick (with perl- "PerlMagick"). imagemagick.org not much help.... links for source, mirrors etc dont work. any pointers appreciated. linux server. (2 Replies)
Discussion started by: mickeymouse
2 Replies

8. Solaris

install and uninstall package

I'm a newcomer for Solaris. I tried to install Net::FTP package ( a tool perl ) on our sun server 5.9. We used the below command: /usr/bin/perl MakeFilePL make make install How can I uninstall this package ? (1 Reply)
Discussion started by: anhtt
1 Replies

9. Solaris

how to install package

Hi How to install package from Freeware for Solaris Specificaly i want to install lsof-4.77-sol10-sparc-local.gz Thanks Amit (2 Replies)
Discussion started by: amitarcade
2 Replies

10. UNIX for Dummies Questions & Answers

uninstall and install a package

Hi, on Red Hat Enterprise Linux AS release 3 (Taroon). How can I : 1-install a package (exemple : compat-gcc-7.3-2.96.128.src.rpm) 2-uninstall (or delete or deinstall) a package (exemple : compat-gcc-7.3-2.96.122). Many thanks before. (6 Replies)
Discussion started by: big123456
6 Replies
Login or Register to Ask a Question