View Issue Details

IDProjectCategoryView StatusLast Update
0003044OpenFOAMBugpublic2018-08-23 09:38
ReporterChrisiMW Assigned Tochris  
PrioritynormalSeverityblockReproducibilityhave not tried
Status closedResolutionfixed 
OSUbuntu 18.04.1 LTS (bionic) 
Summary0003044: unable to download openfoam5 from reprository
DescriptionFollowing the instructions on
https://openfoam.org/download/5-0-ubuntu/
adding the openfoam reprository seems to work, but the installation fails, telling me (translated the lines into english):
reading list of packages... finished
building dependancy tree
reading status information... finished
E: package openfoam5 cannot be found
Steps To ReproduceEnter the following lines into the commandline:
sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
sudo add-apt-repository http://dl.openfoam.org/ubuntu
sudo apt-get update
sudo apt-get -y install openfoam5
Additional InformationInstalling openfoam6 on my computer caused no problems.
TagsNo tags attached.

Activities

wyldckat

2018-08-16 13:34

updater   ~0009960

I am able to reproduce the error.

@Chris: I believe the problem is because a line break is missing in the files http://dl.openfoam.org/ubuntu/dists/bionic/main/binary-amd64/Packages* - namely missing here, above "Package":

   advantage of today's multi-core processors and multi-processor
   computers.
  Package: openfoam6
  Version: 20180710


----

@ChrisiMW: In the meantime, you can install it by running the following commands:

  cd
  wget http://dl.openfoam.org/ubuntu/dists/bionic/main/binary-amd64/openfoam5_20180529_amd64.deb
  sudo dpkg -i openfoam5_20180529_amd64.deb
  sudo apt-get install -f
  sudo dpkg-reconfigure openfoam5

Then in the end, you can delete the Deb package:

  rm openfoam5_20180529_amd64.deb

ChrisiMW

2018-08-16 16:35

reporter   ~0009965

@wyldckat: Thanks, the alternative installation method worked.

chris

2018-08-23 09:38

manager   ~0009990

Great report and finding of the error.
Fixed and tested OK (installing openfoam5 pack on Ubuntu 18.04LTS)

chris

2018-08-23 09:38

manager   ~0009991

Resolved

Issue History

Date Modified Username Field Change
2018-08-16 12:01 ChrisiMW New Issue
2018-08-16 13:30 wyldckat Assigned To => chris
2018-08-16 13:30 wyldckat Status new => assigned
2018-08-16 13:34 wyldckat Note Added: 0009960
2018-08-16 16:35 ChrisiMW Note Added: 0009965
2018-08-23 09:38 chris Note Added: 0009990
2018-08-23 09:38 chris Status assigned => closed
2018-08-23 09:38 chris Resolution open => fixed
2018-08-23 09:38 chris Note Added: 0009991