在Ubuntu 18.04 Bionic Beaver中默认启用了这些存储库吗?看起来是这样...... Main,Restricted,Universe,和Multiverse...
另一个过程将此列为步骤 sudo add-apt-repository universe
但由于universe回购已启用,这似乎不是必需的吗?我对吗?
完成以下其他步骤的步骤
sudo add-apt-repository universe
sudo apt-get update
sudo apt install blender steam
Universe默认情况下不启用。sudo add-apt-repository universe会为他们启用它,并且不会更改已Universe启用的用户。