Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-13-2004, 10:30 AM
|
#1
|
Bedrock Linux Advocate
Registered: Nov 2004
Location: the internet
Distribution: server:Gentoo | workstation:Bedrock (hijacked:void, fetched:Gentoo,Devuan,Artix)
Posts: 227
Rep:
|
create an RPM install file from tar?
i've heard there's a piece of software that can do this. anyone know it?
until i get to better grips with command lines, installing from source or tar files or whatever is too impractical and time consuming, i need the ease and speed of RPM for now.
|
|
|
12-13-2004, 11:30 AM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
it's certainly possible (all rpms are made from source packages). Take a look at maximum-rpm a book that can tesch you the basics. If you want to make rpms for Fedora then go to to the fedora developers page.
|
|
|
12-13-2004, 11:41 AM
|
#3
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
A very simple way of creating rpm's from source tar's is checkinstall.
Do ./configure and make as usual but instead of make install run checkinstall. This will create an rpm (that probably runs on your system only  )
http://asic-linux.com.mx/~izto/checkinstall/
|
|
|
12-16-2004, 04:32 AM
|
#4
|
Bedrock Linux Advocate
Registered: Nov 2004
Location: the internet
Distribution: server:Gentoo | workstation:Bedrock (hijacked:void, fetched:Gentoo,Devuan,Artix)
Posts: 227
Original Poster
Rep:
|
thnx for the help guys.  much appreciated.
was reading through the RPM-HOWTO i came across this line; "We assume here that you know how to build software from source. If you don't you probably shouldn't be starting with this document." and stopped reading. i've learned from other books theres little point in carrying on once you get this type of message as you'll only find yourself even more confused from unknown lingo, comands, unexplained processes etc. and time woulda been a wasted.
i'm still a  and so have yet to get to grips with make, compile, yada yada.
there IS a piece of software out there that will do this for me until i get more read up and better practiced. i just can't remember the name of it.
(still getting through max rpm, finding it very easy to read, very informative, very helpfull, but still not what i'm looking for, so far)
|
|
|
12-16-2004, 05:03 AM
|
#5
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
checkinstall will build rpms for you but you do need a good understanding about how to install packages from source, so that you can enable configure flags etc that can make your rpm work not just on your system but on other peoples as well.
|
|
|
01-02-2005, 05:42 PM
|
#6
|
Bedrock Linux Advocate
Registered: Nov 2004
Location: the internet
Distribution: server:Gentoo | workstation:Bedrock (hijacked:void, fetched:Gentoo,Devuan,Artix)
Posts: 227
Original Poster
Rep:
|
one day... i'll find it again.... a fully functioning piece of software that can fully manage all your source to rpm gubbins, with a front end pretty gui.
why can't all gui front ends provide all info on what commands you've just executed in command form read out even when you're clicking a mouse or running software. it would ease the learning curve to ensure that more software users become software developers, just through their normal use.
|
|
|
01-02-2005, 05:59 PM
|
#7
|
Member
Registered: Nov 2003
Location: S. CA
Distribution: redhat 7.2-Fedora
Posts: 132
Rep:
|
I wish someone could make me an RPM so I can have a volume control in KDE 
|
|
|
01-07-2005, 12:36 PM
|
#8
|
Bedrock Linux Advocate
Registered: Nov 2004
Location: the internet
Distribution: server:Gentoo | workstation:Bedrock (hijacked:void, fetched:Gentoo,Devuan,Artix)
Posts: 227
Original Poster
Rep:
|
Quote:
Originally posted by Surfmonkey
I wish someone could make me an RPM so I can have a volume control in KDE
|
u dont have KMix? there's meelions of volume controls that come with suse9.2, as i asumed there would be with most distros these days. how come you don't have a volume control in KDE?
|
|
|
01-07-2005, 01:33 PM
|
#9
|
Member
Registered: Mar 2003
Location: Cambridge, MA, USA
Distribution: Ubuntu (Dapper and Heron)
Posts: 377
Rep:
|
Typically building from source is not that hard. Say you downloaded foo.tar.gz. Then
tar zxf foo.tar.gz
cd foo
./configure
make
sudo make install
There are other ways to do it, and some packages may need manual configuring. But usually the above is enough. And often it has gotten me around the dependency nightmares of RPM.
|
|
|
All times are GMT -5. The time now is 06:36 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|