![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modifying a variable value | kartikkumar84@g | UNIX for Dummies Questions & Answers | 6 | 05-22-2008 11:19 PM |
| Rebuilding C++ Libraries to save Linux install (purely academic question) | Skyybugg | Linux | 0 | 04-03-2008 11:54 AM |
| Modifying Route | hoang | IP Networking | 1 | 06-25-2002 04:55 PM |
| rebuilding sun solaris kernel | jigarlakhani | UNIX for Dummies Questions & Answers | 3 | 04-03-2002 03:38 PM |
| Rebuilding Kernel | konda | UNIX for Advanced & Expert Users | 2 | 02-27-2002 08:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Modifying/Rebuilding non-source PRM?
I can't find a source rpm for a particular tool that I'm trying to modify. I can only get a hold of the noarch and tar.bz2. Can I modify either one of these and re-package them as a noarch.rpm?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I believe yes, take a look at http://www.rpm.org/RPM-HOWTO/ and search the web for "rpmrebuild" and -repackage flag.
|
|
#3
|
|||
|
|||
|
with the bz2 you can do:
Code:
rpmbuild -tb packagename.tar.bz2 Sorry if this isn't very clear, but this can get quite complex in a hurry. |
|||
| Google The UNIX and Linux Forums |