Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
From binaries

Install Rheolef from binary distribution

  • GNU/Linux: binaries for debian, ubuntu and mint distributions of the GNU/Linux system.
    Just enter the following command line:
      apt-get update
      apt-get install rheolef
    
  • MAC-OSX: binaries are in preparation. Please install From sources. Any feedback is wellcome.

Backport of the most recent version

Our current GNU/Linux distribution possibly do not contains the last Rheolef version, but a previous one. Thus, for convenience, the last version is backported as binaries for all current and olders Linux GNU/Debian and Ubuntu system versions, for the amd64 (aka x86_64) processor families.

As root user, add in your /etc/apt/sources.list one of the following lines, depending on our system variant:

Finally, enter the following command lines:

echo >> /etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
apt-get update -q -oAcquire::AllowInsecureRepositories=true
apt-get install -y rheolef --allow-unauthenticated