2 Posts
0
1324
October 5th, 2021 18:00
The repository 'http://linux.dell.com/repo/community/openmanage/620/focal focal Release' does not have a Release file
Hi, I tried to install Dell OMSA v9.5.0 on our PowerEdge R620 running Ubuntu 20.04.3 LTS, but encountered the below error upon running "apt-get update":
Hit:1 https://download.docker.com/linux/ubuntu focal InRelease
Hit:2 https://storage.googleapis.com/bazel-apt stable InRelease
Hit:3 http://ppa.launchpad.net/oisf/suricata-stable/ubuntu focal InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:7 http://archive.ubuntu.com/ubuntu focal-security InRelease
Ign:8 https://linux.dell.com/repo/community/openmanage/620/focal focal InRelease
Err:9 https://linux.dell.com/repo/community/openmanage/620/focal focal Release
404 Not Found [IP: 143.166.156.113 443]
Reading package lists... Done
E: The repository 'http://linux.dell.com/repo/community/openmanage/620/focal focal 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.
Followed steps from:
https://linux.dell.com/repo/community/openmanage/
linux.dell.com.sources.list file:
deb http://linux.dell.com/repo/community/openmanage/620/focal focal main
Is there any other repos I can use to install OMSA on R620 for Ubuntu 20.04.3 LTS Focal? Thank you.
DELL-Joey C
Moderator
•
3.9K Posts
0
October 5th, 2021 23:00
Hi @boomallari,
It seems that source list link that you have enter is incorrect.
Could you check on the product-version is not 620, it should be 950, since you are installing OMSA 9.5.
$ sudo echo 'deb http://linux.dell.com/repo/community/openmanage/{product-version}/{release-name} {release-name} main' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
boomallari
2 Posts
0
October 6th, 2021 00:00
Hi Joey,
It worked! I mistakenly put my device' model number (R620) instead of the OMSA product version.
Thanks a lot!