LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Parchive? (https://www.linuxquestions.org/questions/mandriva-30/parchive-507025/)

Snump 12-03-2006 01:51 AM

Parchive?
 
Code:

]# rpm -i parchive-1.1-4.i386.rpm
warning: parchive-1.1-4.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1ac70ce6
[root@Prometheus justin]# par2verify
bash: par2verify: command not found

I install it and still I can't run it?
I have to be able to use par and par2 files.

jschiwal 12-03-2006 07:00 PM

First of all, try running it as a normal user. They are probably located in /usr/bin, which may not be in root's PATH. If par2verify can't be found, check if the par2 command can. The par2verify, par2create, and par2repair commands are simply links to the par2 command.
Code:

-rwxr-xr-x 1 root root 195528 2006-05-22 01:09 /usr/bin/par2
lrwxrwxrwx 1 root root      4 2006-05-22 01:10 /usr/bin/par2create -> par2
lrwxrwxrwx 1 root root      4 2006-05-22 01:12 /usr/bin/par2repair -> par2
lrwxrwxrwx 1 root root      4 2006-05-22 01:12 /usr/bin/par2verify -> par2


Sabinou 12-07-2006 03:10 AM

Did you consider your RPM mirror might host a damaged rpm file ?
Search rpm depositories for another parchive package, just in case...


All times are GMT -5. The time now is 04:28 PM.