How can i install figlet and toilet on Centos6

8,198

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.

Share:
8,198

Related videos on Youtube

qodeninja
Author by

qodeninja

I write qode mostly for myself... out of curiosity for solving problems, understanding how things work or making (sometimes unnecessarily) complex systems to only simplify them later (once I discover alternative strategies). For whatever reason, I like torturing myself with Regular Expressions, SED, Bash and JavaScript (Node), but have found a growing (painful) love with Python. Having said that, I enjoy scripting languages a lot more than compiled languages, and I've coded in almost all of the major modern ones except Ruby. I'm a secret Turing Machine/Computer Grammars/Regular Expressions nerd, and have written my own mini compilers and toy languages. I'm constantly writing command dispatchers that I later write scripting languages for; it's an addiction. There's plenty room for me to grow and learn still; and I appreciate the wisdom of grey beards and lady wizards even if I don't always follow their sage advice. FOSS is hella cool; cool projects are cool. Find me online if you have ideas. I'm a really bad programmer but I'll write a line or two for the betterization of the peoples. Edit: I recently discoved that VI is really just SED with wings. Still not using VI. Nano or bust.

Updated on September 18, 2022

Comments

  • qodeninja
    qodeninja over 1 year

    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.

  • qodeninja
    qodeninja over 10 years
    haha thats an answer to my question!