- Thank you received: 0
ngsolve installation on ubuntu 17.10
- MarkusKonrad
- Topic Author
- Offline
- New Member
Less
More
6 years 5 months ago #547
by MarkusKonrad
ngsolve installation on ubuntu 17.10 was created by MarkusKonrad
Hi,
I try to get the recent version of ngsolve. When I do
sudo apt-get update -o Acquire::AllowInsecureRepositories=true,
I get (as 7 months ago):
W: The repository ' ngsolve.org/files/ubuntu artful_amd64/ Release' is not signed.
N: Daten von einem solchen Software-Archiv können nicht authentifiziert werden, daher ist es gefährlich, diese zu benutzen.
N: See apt-secure( manpage for repository creation and user configuration details.
W: No Hash entry in Release file /var/lib/apt/lists/ngsolve.org_files_ubuntu_artful%5famd64_Release which is considered strong enough for security purposes
W: Ungültiger »Date«-Eintrag in Release-Datei /var/lib/apt/lists/ngsolve.org_files_ubuntu_artful%5famd64_Release
W: Konflikt bei Distribution: ngsolve.org/files/ubuntu artful_amd64/ Release (artful_amd64/ erwartet, aber bekommen)
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de_DE 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/en 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de 404 Not Found
E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
Similar to what I got 7 months ago. That time Matthias included packages for Ubuntu artful.
Thank you for your help!
best regards
Markus
I try to get the recent version of ngsolve. When I do
sudo apt-get update -o Acquire::AllowInsecureRepositories=true,
I get (as 7 months ago):
W: The repository ' ngsolve.org/files/ubuntu artful_amd64/ Release' is not signed.
N: Daten von einem solchen Software-Archiv können nicht authentifiziert werden, daher ist es gefährlich, diese zu benutzen.
N: See apt-secure( manpage for repository creation and user configuration details.
W: No Hash entry in Release file /var/lib/apt/lists/ngsolve.org_files_ubuntu_artful%5famd64_Release which is considered strong enough for security purposes
W: Ungültiger »Date«-Eintrag in Release-Datei /var/lib/apt/lists/ngsolve.org_files_ubuntu_artful%5famd64_Release
W: Konflikt bei Distribution: ngsolve.org/files/ubuntu artful_amd64/ Release (artful_amd64/ erwartet, aber bekommen)
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de_DE 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/en 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de 404 Not Found
E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
Similar to what I got 7 months ago. That time Matthias included packages for Ubuntu artful.
Thank you for your help!
best regards
Markus
6 years 5 months ago #548
by cwinters
Replied by cwinters on topic ngsolve installation on ubuntu 17.10
Hi,
it sounds like you are still using the old packages from the homepage. Now the packages are available on launchpad and they are signed.
Please remove the old repository and follow the new instruction in the download section .
Best,
Christoph
it sounds like you are still using the old packages from the homepage. Now the packages are available on launchpad and they are signed.
Please remove the old repository and follow the new instruction in the download section .
Best,
Christoph
- MarkusKonrad
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
6 years 5 months ago #549
by MarkusKonrad
Replied by MarkusKonrad on topic ngsolve installation on ubuntu 17.10
Hi Christoph,
thank you!
I followed the instructions from the download section and did:
sudo apt-get remove --purge ngsolve
sudo add-apt-repository ppa:ngsolve/ngsolve
sudo apt-get update -o Acquire::AllowInsecureRepositories=true
The latter command again lead to the warning:
W: The repository ' ngsolve.org/files/ubuntu artful_amd64/ Release' is not signed.
and errors:
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/en 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de_DE 404 Not Found
E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
Do I have to worry about these errors?
Then installation was finally successful:
sudo apt install ngsolve
Version NGSolve-6.2.1804 was installed.
best regards
Markus
thank you!
I followed the instructions from the download section and did:
sudo apt-get remove --purge ngsolve
sudo add-apt-repository ppa:ngsolve/ngsolve
sudo apt-get update -o Acquire::AllowInsecureRepositories=true
The latter command again lead to the warning:
W: The repository ' ngsolve.org/files/ubuntu artful_amd64/ Release' is not signed.
and errors:
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/en 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de 404 Not Found
E: Fehlschlag beim Holen von ngsolve.org/files/ubuntu/artful_amd64/de_DE 404 Not Found
E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
Do I have to worry about these errors?
Then installation was finally successful:
sudo apt install ngsolve
Version NGSolve-6.2.1804 was installed.
best regards
Markus
6 years 5 months ago #550
by cwinters
Replied by cwinters on topic ngsolve installation on ubuntu 17.10
Hi Markus,
I guess purging the old repository did not work. Check the list of your repositories (/etc/apt/sources.list) and remove the lines pointing to "ngsolve.org/files/ubuntu/...". Then you should get rid of the warnings.
Additionally you shouldn't need to add "Acquire::AllowInsecureRepositories=true" if you use the ppa on launchpad.
Otherwise it sounds like you are on the newest version, thus you got it from the correct repository.
Best,
Christoph
I guess purging the old repository did not work. Check the list of your repositories (/etc/apt/sources.list) and remove the lines pointing to "ngsolve.org/files/ubuntu/...". Then you should get rid of the warnings.
Additionally you shouldn't need to add "Acquire::AllowInsecureRepositories=true" if you use the ppa on launchpad.
Otherwise it sounds like you are on the newest version, thus you got it from the correct repository.
Best,
Christoph
- MarkusKonrad
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
6 years 5 months ago #552
by MarkusKonrad
Replied by MarkusKonrad on topic ngsolve installation on ubuntu 17.10
Hi Christoph,
thank you, this helped! Now it worked without warnings.
best regards
Markus
thank you, this helped! Now it worked without warnings.
best regards
Markus
Time to create page: 0.122 seconds