-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
SERVER-58646 identified that we're unable to install libmongocrypt using apt on Ubuntu 20.04 Focal.
After following the build steps on mongodb/libmongocrypt,
https://github.com/mongodb/libmongocrypt#installing-libmongocrypt-from-distribution-packages
performing
echo "deb https://libmongocrypt.s3.amazonaws.com/apt/ubuntu <release>/libmongocrypt/1.0 universe" | sudo tee /etc/apt/sources.list.d/libmongocrypt.list
replacing <release> with focal and using 1.0 or development, all eventually lead to this error:
E: The repository 'https://libmongocrypt.s3.amazonaws.com/apt/ubuntu focal/libmongocrypt/1.0 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.