I am a Linux noob and trying to build stuff from sources.
To keep it clean I'd like to use checkinstall but can't find it for Fedora 20
Is this possible ?
If so where is that ?
yum install checkinstall did not return any results
I am a Linux noob and trying to build stuff from sources.
To keep it clean I'd like to use checkinstall but can't find it for Fedora 20
Is this possible ?
If so where is that ?
yum install checkinstall did not return any results
On
There are (untested by me) directions for building checkinstall at http://www.patrickmin.com/linux/tip.php?name=checkinstall_fedora_13
The instructions listed in the link given by @JeffJohnson are not required. Just clone the git repository and the
makewill work just fine (follow the instructions from theINSTALLfile). You can find the link to thegitrepository here.