Steps to Installing Yakuake
For those of you who are coming here for help installing Yakuake, you may not have found what you were looking for. I apologize. I should have included those steps in my entry: Terminal on Demand. Or, you could just read the INSTALL file that is provided with Yakuake. This file goes into a lot more detail if you’re having problems.
I’m not going to provide a very detailed step-by-step tutorial, because I hope that most of you know how to follow a few commands. If you’re ready to begin, open a terminal and follow these steps:
- Enter in the su command to log in as root.
- After logging in, make sure you’re in the Yakuake directory that was created after extracting the compressed archive. I will assume you know how to use the cd command.
- Enter in ./configure (this may take a while)
- Enter in make
- Enter in make install
- Enter in make clean to remove files from the source code directory. (optional)
Assuming everything went smoothly without any errors during steps 3-5, Yakuake should be installed and ready to use. As I noted in my previous entry (linked above), I recommend changing the Kerry Beagle Search’s F12 shortcut, if you have that on your system. Yakuake uses F12 to open.
One Response to “Steps to Installing Yakuake”
Leave a Reply

Linux n00b on August 20th, 2009
I might be a n00b and all that, but isn’t it much easier to just type in the terminal the following:
sudo apt-get install yakuake
and after installation just type “yakuake” (without quotes) to run the app?
Sometimes the KISS principle is the way to go…
-Just a Linux n00b