1

When I type the command: sudo apt-get update, I got the error below:

Err:12 http://ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/ubuntu focal Release
  404  Not Found [IP: 91.189.95.85 80]

E: The repository 'http://ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/ubuntu focal Release' does not have a Release file.

Here is a full output of my command:

command output

I would like to get rid of this error and install Unity Tweak Tool in the easiest way possible.

Artur Meinild
  • 26,018

1 Answers1

2

Unity tweak tool is already in the official ubuntu repository, look:

$ apt search unity tweak tool

unity-tweak-tool/focal,focal 0.0.7+-0ubuntu6 all configuration tool for the Unity desktop environment

Then you don't need anymore to have their repository installed. You can remove it from the /etc/apt/sources.list.d/ directory or its specific line from /etc/sources.list file. If you don't know how to remove the file or edit the file just ask. After that simply update again your installation with

# apt update 

or

$ sudo apt update
Lews
  • 342
  • 1
  • 7