Docker and terraform do not have release file | See apt-secure(8) manpage for repository creation and user configuration details

i was installing terraform tool in my laptop but no release files when i use apt update
cannot post full log as new users are only allowed to post 2 links

yk@yk-Latitude-E6420:~$ sudo apt update
// removed due to 2 link limit//
E: The repository 'Index of linux/debian/ uma 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.
E: The repository 'https://apt.releases.hashicorp.com uma 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.

1 Like

Welcome @Icy_Flames to the community!

Hi @Icy_Flames,

your third-party repositories are misconfigured.
Look at your Docker repository:

You are asking for packages for Debian "Uma" release, but Debian "Uma" does not exist.

2 Likes