安装 gcc 版本 4.1.1-21_i386.deb 时出错

安装 gcc 版本 4.1.1-21_i386.deb 时出错

我想安装这个版本的 gcc(以便我能够使用 Prex RTOS)。

我从那里下载了文件:http://archive.debian.org/debian/pool/main/g/gcc-4.1/

并尝试使用以下命令从终端安装它:

sudo dpkg -i gcc-4.1-base_4.1.1-21_i386.deb
sudo dpkg -i cpp-4.1_4.1.1-21_i386.deb
sudo dpkg -i libgcc1_4.1.1-21_i386.deb
sudo dpkg -i libssp0_4.1.1-21_i386.deb
sudo apt install binutils
sudo dpkg -i gcc-4.1_4.1.1-21_i386.deb

安装第三个包时,出现此错误:

dpkg: error processing archive libgcc1_4.1.1-21_i386.deb (--install):
libgcc1:i386 1:4.1.1-21 (Multi-Arch: no) is 
    not co-installable with libgcc1 which has multiple installed instances
Errors were encountered while processing:
libgcc1_4.1.1-21_i386.deb

我尝试多次清理包,但sudo apt-get -f install没有成功。

我该如何解决这个问题?

相关内容