I have yum and rpm, and I really only how to install packages using these commands. When I tried to yum install figlet on a new CentOS6 virtual machine it couldn't find it in the mirrors list. I tried to localinstall a figlet package but it wasnt signed and yum wouldnt install it.

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

here you can download the figlet packge and install it with rpm -U, or do yum --nogpgcheck packgename .

as a general recommendation, i am encourge you to add the RpmForge repos to you centos installation, since it includes a lot of programs.

see this answer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.