umake não lista Java IDE's

1

Esclarecendo uma má pergunta que estou fechando , por que o netbeans, ou mesmo o Eclipse, não aparece como um Opção IDE para umake?

thufir@doge:~$ 
thufir@doge:~$ umake --version
16.02.1
thufir@doge:~$ 
thufir@doge:~$ umake ide netbeans
usage: umake ide [-h] {lighttable,visual-studio-code} ...
umake ide: error: argument framework: invalid choice: 'netbeans' (choose from 'lighttable', 'visual-studio-code')
thufir@doge:~$ 
thufir@doge:~$ umake ide lighttable
Choose installation path: /home/thufir/.local/share/umake/ide/lighttable
thufir@doge:~$ 
thufir@doge:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"
thufir@doge:~$ 

Apenas um Java:

thufir@doge:~$ 
thufir@doge:~$ sudo update-alternatives --verbose --config java
There is only one alternative in link group java (providing /usr/bin/java): /usr/lib/jvm/java-9-oracle/bin/java
Nothing to configure.
thufir@doge:~$ 
    
por Thufir 15.01.2017 / 18:53

1 resposta

2

Pode ser necessário atualizar sua versão do umake

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update

Em seguida, instalando o Ubuntu Make:

sudo apt-get install ubuntu-make

você deve obter a versão 16.11.1

    
por Matej Vrzala M4 15.01.2017 / 19:19