developer-portal / content

Content for the Fedora Developer Portal
https://developer.fedoraproject.org/
GNU General Public License v2.0
106 stars 248 forks source link

: dotnet dotnet-ide.md #407

Closed leonardo-nicolas closed 2 years ago

leonardo-nicolas commented 2 years ago

When trying to install eclipse, I followed all the steps presented and even so I got the following message printed on my terminal below (it's in Portuguese):

[leonardo@fedora ~]$ sudo dnf install eclipse eclipse-mpc
Fedora 35 - x86_64                                   110 kB/s |  43 kB     00:00    
Última verificação de data de vencimento de metadados: 0:00:01 atrás em qui 23 dez 2021 19:32:31.
Sem correspondência para o argumento: eclipse
Sem correspondência para o argumento: eclipse-mpc
Erro: Impossível de encontrar uma correspondência: eclipse eclipse-mpc

Translating to english, it means

[leonardo@fedora ~]$ sudo dnf install eclipse eclipse-mpc
Fedora 35 - x86_64                                   110 kB/s | 43 kB     00:00
Last metadata expiration date check: 0:00:01 ago on Thu Dec 23, 2021 19:32:31.
No match for argument: eclipse
No match for argument: eclipse-mpc
Error: Unable to find a match: eclipse eclipse-mpc

Please what should I do to resolve this issue?

leonardo-nicolas commented 2 years ago

Important info: I forgot to mention that, I am a Fedora 35 user, at the time I opened this issue.

jackorp commented 2 years ago

Thanks for the report!

Hmm... it seems eclipse has been orphaned for some time[1], this will require a content update.

Alternatively, I was able to install eclipse and access the marketplace through the flatpak version.

$ flatpak install org.eclipse.Java

[1] https://src.fedoraproject.org/rpms/eclipse/blob/rawhide/f/dead.package

leonardo-nicolas commented 2 years ago

Thanks for the report!

Hmm... it seems eclipse has been orphaned for some time[1], this will require a content update.

Alternatively, I was able to install eclipse and access the marketplace through the flatpak version.

$ flatpak install org.eclipse.Java

[1] https://src.fedoraproject.org/rpms/eclipse/blob/rawhide/f/dead.package

OK, I'm going to install from flatpak, until the problem is resolved!