Ubuntu21.10にプログラミング言語Fortranをインストールする

1.OSバージョンの確認

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.10
DISTRIB_CODENAME=impish
DISTRIB_DESCRIPTION="Ubuntu 21.10"

2.リポジトリを追加します

# sudo add-apt-repository ppa:ubuntu-toolchain-r/test

3.システムをアップデートします

# sudo apt update

4.Fortranをインストールします

# sudo apt install gfortran-9

5.Fortranバージョンを確認します

# gfortran-9 --version
GNU Fortran (Ubuntu 9.4.0-3ubuntu1.1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 

Ubuntu 21.10

Posted by arkgame