PDA

View Full Version : checkinstall on FC3 x86_64


RockerTux
18th March 2005, 02:55 PM
I'd like to know how to install checkinstall on FC3 x86_64. compiling from source doesn't work, and installing from rpm the command "checkinstall" doesn't appear!

Knudson
2nd April 2005, 09:23 AM
try

rpm -qa checkinstall (if that's the rpm's name)

if you can see it in the list, it means that it has been installed

maybe you simply can't find the file, try in /usr/bin

cybrjackle
3rd April 2005, 09:02 AM

Dag's repo has checkinstall for x86_64

http://dag.wieers.com/packages/checkinstall/

Check here how to add dag's repo and rpm.key

http://www.fedoraforum.org/forum/showthread.php?p=127774#post127774

rember you can leave the repo disabled "enable=0" and then just run:


yum --enablerepo=dag install checkinstall