installing eclipse and zed
hello, i am new to bazzite and try to install applications for development. i already installed java, git and maven in a distrobox fedora. but i have no idea how that works with eclipse or the zed editor. any help would be really appreciated.
4 Replies
install the ide inside distrobox too
or you can use vscode/jetbrain and work with devcontainer
i already tried that with "sudo dnf install eclipse" but that throws an error (not found eclipse)
the same effect with zed
eclipse provide tar package which you can download from their website
zed also require script to install which they provide in their website
not all application can be installed through dnf, only one that publish it to fedora repo
some may require third party repo which they will provide guide to add
ah i see.. many thanks asen