2

How to install gnome baker?After downloading the software-files,I can't find the executed file or how to navigate to launch to install it. Thanks

3 Answers3

1

Open Terminal and Run Following Commands

Add Gnomebaker repository

sudo add-apt-repository ppa:gnomebaker/stable

Install gnomebaker

sudo apt-get update && sudo apt-get install gnomebaker
KK Patel
  • 19,753
1

INSTALL FOR Ubuntu Versions 12.04 & 13.04.

Just open Terminal (Ctrl + Alt + T) and enter the following code:

sudo add-apt-repository ppa:gnomebaker/stable 
sudo apt-get update 
sudo apt-get install gnomebaker

Press Enter and Y when asked to. You should be set.

KK Patel
  • 19,753
0

Try installing with apt-get command. Type sudo apt-get install gnomebaker in terminal.