Does not appear to be a RPM package


 
Thread Tools Search this Thread
Operating Systems AIX Does not appear to be a RPM package
# 1  
Old 01-01-2019
Does not appear to be a RPM package

Hi Guys

I got this error when I try to install perl-5.24.0-1.aix6.1.ppc.rpm package
Code:
rpm -ivh perl-5.24.0-1.aix6.1.ppc.rpm
error: perl-5.24.0-1.aix6.1.ppc.rpm does not appear to be a RPM package

# 2  
Old 01-01-2019
What output do you get from the command:
Code:
file perl-5.24.0-1.aix6.1.ppc.rpm

? What output do you get from the command:
Code:
ls -l perl-5.24.0-1.aix6.1.ppc.rpm

?

What version of AIX are you using?

What hardware are you using?
# 3  
Old 01-01-2019
here's the result of code that u asked
Code:
# file perl-5.24.0-1.aix6.1.ppc.rpm
perl-5.24.0-1.aix6.1.ppc.rpm: empty

Code:
# ls -l perl-5.24.0-1.aix6.1.ppc.rpm
-rw-r--r--    1 sysadm2  system            0 Dec 31 12:08 perl-5.24.0-1.aix6.1.ppc.rpm

Code:
# oslevel
7.1.0.0


Last edited by RavinderSingh13; 01-01-2019 at 08:19 AM..
# 4  
Old 01-01-2019
RPM package files are supposed to contain data that can be loaded into your system to install various pieces of software (in this case perl version 5.24.0 to run on a Power PC box). Since the size of this file is zero bytes, it obviously does not contain any data to allow the rpm utility to install any software. As the diagnostic you showed us from rpm said, that file does not seem to be a valid RPM package.

Last edited by Don Cragun; 01-01-2019 at 07:32 AM.. Reason: Fix typo: s/box[.]/box)./
# 5  
Old 01-01-2019
Quote:
Originally Posted by khaled_ly84
here's the result of code that u asked
Code:
# file perl-5.24.0-1.aix6.1.ppc.rpm
perl-5.24.0-1.aix6.1.ppc.rpm: empty

Code:
Code:
# ls -l perl-5.24.0-1.aix6.1.ppc.rpm
-rw-r--r--    1 sysadm2  system            0 Dec 31 12:08 perl-5.24.0-1.aix6.1.ppc.rpm

Code:
# oslevel
7.1.0.0

Well your file is a NULL one, that is, it has nothing in it; it is 0, zero, bytes in size.
Try obtaining the package again but before attempting to install it make a backup of the rpm package until you have a successful install then you can delete your backup.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Protected RPM package

Is there a way to create a protected RPM package without giving up your source code? (2 Replies)
Discussion started by: cokedude
2 Replies

2. Red Hat

Issue with rpm package

Hello I have Storage foundation 6.0 version to install in redhat 6.0, so while trying to install one of the application it say to install some dependencies packages so when i try to install the dependencies again it ask for the dependencies so its a lengthy process i say. so now can i get the... (1 Reply)
Discussion started by: cyrus.ranjith
1 Replies

3. Red Hat

Build Rpm package

Hi Everybody, I would like to know how to build an RPM package. Could you please let me know how to do it with the procedure. Regards, Mastan (1 Reply)
Discussion started by: mastansaheb
1 Replies

4. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies

5. 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

6. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

7. Red Hat

RPM package installation

Hi, can someone help me with this? How do we apply a new version of s/w package without disrupting the processes & daemons running with the old version? Thanks (1 Reply)
Discussion started by: naan
1 Replies

8. Linux

RPM Package question

Hi, I have built one RPM last year. now we have another version of that RPM. in previous release we had few extra files then now. so when user upgrade it those files get deleted by RPM package. We want to retain those files. now for workaround i thought of backing up those file during... (0 Replies)
Discussion started by: ajayyadavmca
0 Replies

9. Ubuntu

Rpm package

Hi All, I just recently installed UBUNTU 2.6.24-16 and i installed my phone software which is a RPM package (it's a similiar package with MSN). The software called MXIE. I managed to install it successfully but i can't run the software. When i try to run it, i received... (8 Replies)
Discussion started by: c00kie88
8 Replies

10. Linux

how to restore original package after uninstalling the upgraded package using rpm

have following package installed rpm -qa |grep ADMIN It will give the following package installed: ADMIN-4.0.0.1 Now I will upgrade the ADMIN package using the following command. rpm --upgrade ADMIN-4.1.0.1 It will upgrade the ADMIN packagge to ADMIN-4.1.0.1 Now I want that... (0 Replies)
Discussion started by: amitpansuria
0 Replies
Login or Register to Ask a Question