我目前使用的是 Ubuntu 22.04.1 版本,但我使用的软件严格需要 gcc 4.8(根据安装指南)。我该如何安装它?
sudo apt-get install g++-4.8
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package g++-4.8
E: Couldn't find any package by glob 'g++-4.8'
E: Couldn't find any package by regex 'g++-4.8'
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题?