Ubuntu/Deb Repository Release file permissions
See original GitHub issue- Etcher version:
Latest as of July 12, 2020.
- Operating system and architecture:
Ubuntu 20.04/Mint 20 x64
- Image flashed:
Repo issue
- Do you see any meaningful error information in the DevTools?
Repo Issue
Error:
E: The repository ‘https://deb.etcher.io stable 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.
wget https://dl.bintray.com/etcher/debian/dists/etcher/Release.gpg
Forbidden!
wget https://dl.bintray.com/etcher/debian/dists/etcher/Release
Forbidden!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:25
- Comments:37 (10 by maintainers)
Top Results From Across the Web
FilePermissions - Community Help Wiki
Understanding and Using File Permissions. In Linux and Unix, everything is a file. Directories are files, files are files and devices are ...
Read more >DebianRepository/Format
To download packages from a repository apt would download a InRelease or Release file from the $ARCHIVE_ROOT/dists/$DISTRIBUTION directory.
Read more >creating .deb package but bad permissions into destination ...
Everything is OK concerning files locations, menu entries and icon once deb package has been installed. The game files are installed into the ......
Read more >Complete list of default file permissions on Ubuntu Linux
Complete list of default GNU/Linux file permissions. as found in Ubuntu Server 16.10 Yakkety Yak with all roles. Did you recursively chown or...
Read more >Why are directory permissions preventing "sudo apt install ...
Since version 1.1, apt uses an unprivileged user ( _apt ) to download packages. This includes local package retrieval, unless (in theory) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@thundron The Etcher bintray repo was working for me a couple of weeks ago, but now when I run
sudo apt update
on Ubuntu 18.04 it seems the bintray repo is broken again 😢Looks like the files themselves are actually there https://dl.bintray.com/etcher/debian/dists/etcher/ but trying to view/download any file results in a 403 Forbidden error.
Thanks for the reports, we’re looking into it