Re: unistalling source packages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> How can i get rid of a source code package that i installed by running
> ./configure and make install ????

The long term method of getting rid of that stuff is switching from
configure/make install to rpmbuild.  There are plenty of the resources
on the net that would help you start churning your very own RPMs.

The short term method...

$ tar xzf i_need_source_rpms.tar.gz
$ cd i_need_source_rpms
$ ./configure ; make ; make install
$ echo Yay!
$ cd ..
$ rm -rf i_need_source_rpms

Done.

-- 
Michael Lee Yohe <michael.yohe@xxxxxxxxxxx>
U.S. Army Aviation and Missile Command Software Engineering Directorate


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux