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,083
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,083
user259492
  • 121
  • 5
  • Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
    Hit:3 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
    Get:4 https://packages.microsoft.com/repos/ms-teams stable InRelease [5,931 B] Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
    Ign:6 https://ppa.launchpadcontent.net/gnomebaker/stable/ubuntu jammy InRelease Err:7 https://ppa.launchpadcontent.net/gnomebaker/stable/ubuntu jammy Release 404 Not Found [IP: 185.125.190.80 443]
    – Michael Levy Dec 30 '23 at 23:27
  • Reading package lists... Done E: The repository 'https://ppa.launchpadcontent.net/gnomebaker/stable/ubuntu jammy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. – Michael Levy Dec 30 '23 at 23:27
  • This is not working? How can I proceed? – Michael Levy Dec 30 '23 at 23:28
  • Gnomebaker project is closed longtime ago and not supported anymore. – KK Patel Jan 03 '24 at 12:56
0

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