|
[Sponsors] |
[OpenFOAM.com] The repo is not longer signed (OpenFOAM.com) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 1, 2022, 12:30 |
The repo is not longer signed (OpenFOAM.com)
|
#1 |
New Member
Facundo
Join Date: Feb 2021
Posts: 12
Rep Power: 5 |
Hi all,
I have already installed openfoam.com successfully months ago. Suddenly today trying to run sudo apt-get update from Ubuntu 18.04 I got the following error: Code:
sudo apt-get update Obj:1 http://ubuntu.unc.edu.ar/ubuntu bionic InRelease Obj:2 http://ubuntu.unc.edu.ar/ubuntu bionic-updates InRelease Obj:3 http://dl.openfoam.org/ubuntu bionic InRelease Obj:4 http://ppa.launchpad.net/freecad-maintainers/freecad-stable/ubuntu bionic InRelease Obj:5 http://ubuntu.unc.edu.ar/ubuntu bionic-backports InRelease Obj:6 http://ubuntu.unc.edu.ar/ubuntu bionic-security InRelease Des:8 https://mega.nz/linux/repo/xUbuntu_18.04 ./ InRelease [2.993 B] Obj:9 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease Ign:7 https://sourceforge.net/projects/openfoam/files/repos/deb bionic InRelease Des:10 https://sourceforge.net/projects/openfoam/files/repos/deb bionic Release [1.881 B] Ign:11 https://sourceforge.net/projects/openfoam/files/repos/deb bionic Release.gpg Reading package list... Done E: The repository "https://dl.openfoam.com/repos/deb bionic Release" is not signed. N: You can't update from a repository like this safely and so it's disabled by default. N: See the apt-secure(8) man page for details on creating repositories and configuring users. Thanks in advance |
|
July 4, 2022, 04:39 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Just wild guessing, could see if your CA-certificates are expired. The coward's solution might be to upgrade to focal (20.04) or even jammy (22.04) and see if that is it.
|
|
July 4, 2022, 11:00 |
|
#3 | |
New Member
Facundo
Join Date: Feb 2021
Posts: 12
Rep Power: 5 |
Quote:
Thanks. I tried running in the terminal "sudo update-ca-certificates" and nothing was added or removed. Also, I ran "sudo apt-get install ca-certificates" and find that the package is already updated to its latest version. The strange thing is that it only happens to me with that repository added manually (I have added others manually), and I can't find anyone who has had the same problem in forums. |
||
July 5, 2022, 12:44 |
|
#4 |
New Member
Facundo
Join Date: Feb 2021
Posts: 12
Rep Power: 5 |
I was able to solve the problem by editing the corresponding line in /etc/apt/sources.list (in the particular case of OpenFOAM, which is what gave me problems, the file is /etc/apt/sources.list.d/openfoam.list). I added the trusted=yes option, as shown below:
Code:
deb [arch=amd64 trusted=yes] https://dl.openfoam.com/repos/deb bionic main |
|
Tags |
openfoam, signed, update |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM.com versus OpenFOAM.org: Which version to use? | wyldckat | OpenFOAM | 19 | March 25, 2023 08:50 |
Turbulent flow over NACA0012 airfoil validation case (openfoam.com) | Luke_M | OpenFOAM Running, Solving & CFD | 1 | July 5, 2021 19:45 |
pipe with orifice, pressure drop declines when pipe gets longer (BC problem?) | cristopf | OpenFOAM Running, Solving & CFD | 0 | January 21, 2016 05:55 |