LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tar.gz --> RPM (https://www.linuxquestions.org/questions/linux-newbie-8/tar-gz-rpm-219934/)

Jmcatch742 08-19-2004 07:57 PM

tar.gz --> RPM
 
Can somebody please show me how I can convert tar.gz files into RPMs?

Sinope 08-19-2004 08:03 PM

You don't. Try

$ tar -zx filename.tgz
$ cd filename
$ less README*

It'll probably tell you to do
$ make install
Or some such.

red_over_blue 08-19-2004 08:04 PM

Try checkinstall. When you get to the "make install" part of the install process, use checkinstall instead and it will package everything up for you.


All times are GMT -5. The time now is 04:10 AM.