Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
neglected to mention 'apt-get update' in the quick-start info
authored
Apr 08, 2023
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
precompiled/debian.md
View page @
cb5afc4d
...
...
@@ -9,6 +9,9 @@ _Precompiled packages (Ubuntu)_ <br>
# Add the repository
curl https://dl.openfoam.com/add-debian-repo.sh | sudo bash
# Update the repository information
sudo apt-get update
# Install preferred package. Eg,
sudo apt-get install openfoam2212-default
...
...