解决Ubuntu18.04无法安装旧版本gfortran4.61 问题描述在使用中国镜像源后无法使用 apt get 安装 gfortran4 6 如下图所示 2 解决方案只需将以下几行添加到我的 etc apt sources list 文件中即可满足我的需求 debhttp archive ubuntu com ubuntutrusty security ubuntu com ubuntutrusty securitymain
1.问题描述
在使用中国镜像源后无法使用apt-get安装gfortran4.6,如下图所示
2.解决方案
只需将以下几行添加到我的 /etc/apt/sources.list 文件中即可满足我的需求
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse