Skip to content

gfortran issue in Arch Linux and its solution #211

@ibnishak

Description

@ibnishak

rstatix package installation in Arch Linux is stuck due to gfortran being not found. Steps to resolve the issue are as follows

  • Install gfortran using your package manager
  • Symlink the package as gfortran
    eg:
yay -S gfortran9-bin
cd /usr/bin
sudo ln -s x86_64-linux-gnu-gfortran-9 gfortran

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions