ubuntu 使用apt-get获取eclipse的特定版本

mv1qrgav  于 2023-04-29  发布在  Eclipse
关注(0)|答案(2)|浏览(151)

通常可以通过以下操作获得eclipse:

sudo apt-get install eclipse

这将安装最新版本的Eclipse。但我想要Eclipse靛蓝(或朱诺)
有没有一种方法可以通过使用apt-get来决定我想要哪个版本的eclipse?

olqngx59

olqngx591#

  1. baby.04运行
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake ide eclipse

14号的“umake --help”04报告截至写作,这将让你“纯月食月球(4。4)”另见thisthis

jmo0nnb3

jmo0nnb32#

您应该能够使用以下命令:

sudo apt-get install eclipse-platform=3.8.1-5.1

这将通过Ubuntu软件中心获得相同的版本,即3。8.1-5.1

相关问题