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
Asked
Active
Viewed 1.0k times
3 Answers
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
-
Doesn't work on 16.04 – Victor Aug 19 '16 at 08:38
-
does not work for me (December 30, 2023) – Michael Levy Dec 30 '23 at 23:24
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
-
-
0
Try installing with apt-get
command. Type sudo apt-get install gnomebaker
in terminal.

Milan Todorovic
- 1,230
-
Result..... Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package gnomebaker – Michael Levy Dec 30 '23 at 23:29
-