Can't install netbeans in ubuntu 18.04 [duplicate]

Multi tool use
This question already has an answer here:
What can I do if a repository/PPA I added does not have a Release file?
4 answers
I am encountering this error:
Err:27 http://ppa.launchpad.net/midori/ppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
apt
marked as duplicate by Kulfy, Terrance, Ketan Patel, karel, RoVo Jan 21 at 16:32
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
What can I do if a repository/PPA I added does not have a Release file?
4 answers
I am encountering this error:
Err:27 http://ppa.launchpad.net/midori/ppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
apt
marked as duplicate by Kulfy, Terrance, Ketan Patel, karel, RoVo Jan 21 at 16:32
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Netbeans is in the Universe repo of Ubuntu by default. There should be no need to setup another PPA or Repo for Netbeans.
– Terrance
Jan 21 at 15:41
add a comment |
This question already has an answer here:
What can I do if a repository/PPA I added does not have a Release file?
4 answers
I am encountering this error:
Err:27 http://ppa.launchpad.net/midori/ppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
apt
This question already has an answer here:
What can I do if a repository/PPA I added does not have a Release file?
4 answers
I am encountering this error:
Err:27 http://ppa.launchpad.net/midori/ppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
This question already has an answer here:
What can I do if a repository/PPA I added does not have a Release file?
4 answers
apt
apt
edited Jan 21 at 15:37


Kulfy
4,53651542
4,53651542
asked Jan 21 at 15:31


Gokulraj NagarajanGokulraj Nagarajan
174
174
marked as duplicate by Kulfy, Terrance, Ketan Patel, karel, RoVo Jan 21 at 16:32
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Kulfy, Terrance, Ketan Patel, karel, RoVo Jan 21 at 16:32
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Netbeans is in the Universe repo of Ubuntu by default. There should be no need to setup another PPA or Repo for Netbeans.
– Terrance
Jan 21 at 15:41
add a comment |
Netbeans is in the Universe repo of Ubuntu by default. There should be no need to setup another PPA or Repo for Netbeans.
– Terrance
Jan 21 at 15:41
Netbeans is in the Universe repo of Ubuntu by default. There should be no need to setup another PPA or Repo for Netbeans.
– Terrance
Jan 21 at 15:41
Netbeans is in the Universe repo of Ubuntu by default. There should be no need to setup another PPA or Repo for Netbeans.
– Terrance
Jan 21 at 15:41
add a comment |
1 Answer
1
active
oldest
votes
If you're having problem while installing netbeans why don't you try this method:
Download this bash file from their official site
wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
- Give executable permissions to the downloaded file
chmod +x netbeans-8.2-linux.sh
- Now execute this file and it will lead to install netbeans
sudo ./netbeans-8.2-linux.sh
Happy Coding!
I want a latest version
– Gokulraj Nagarajan
Jan 21 at 16:06
just replace 8.2 in the above commands with the version you want to install or else this post might help you askubuntu.com/questions/1076408/…
– Rohit Jadhav
Jan 21 at 16:09
@RohitJadhav Mere "replacing 8.2 in the above commands with the version you want to install" isn't a solution. For 9.0 onward Apache mirrors are used.
– Kulfy
Jan 21 at 16:19
ohh I see thanks for the information :)
– Rohit Jadhav
Jan 21 at 17:56
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you're having problem while installing netbeans why don't you try this method:
Download this bash file from their official site
wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
- Give executable permissions to the downloaded file
chmod +x netbeans-8.2-linux.sh
- Now execute this file and it will lead to install netbeans
sudo ./netbeans-8.2-linux.sh
Happy Coding!
I want a latest version
– Gokulraj Nagarajan
Jan 21 at 16:06
just replace 8.2 in the above commands with the version you want to install or else this post might help you askubuntu.com/questions/1076408/…
– Rohit Jadhav
Jan 21 at 16:09
@RohitJadhav Mere "replacing 8.2 in the above commands with the version you want to install" isn't a solution. For 9.0 onward Apache mirrors are used.
– Kulfy
Jan 21 at 16:19
ohh I see thanks for the information :)
– Rohit Jadhav
Jan 21 at 17:56
add a comment |
If you're having problem while installing netbeans why don't you try this method:
Download this bash file from their official site
wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
- Give executable permissions to the downloaded file
chmod +x netbeans-8.2-linux.sh
- Now execute this file and it will lead to install netbeans
sudo ./netbeans-8.2-linux.sh
Happy Coding!
I want a latest version
– Gokulraj Nagarajan
Jan 21 at 16:06
just replace 8.2 in the above commands with the version you want to install or else this post might help you askubuntu.com/questions/1076408/…
– Rohit Jadhav
Jan 21 at 16:09
@RohitJadhav Mere "replacing 8.2 in the above commands with the version you want to install" isn't a solution. For 9.0 onward Apache mirrors are used.
– Kulfy
Jan 21 at 16:19
ohh I see thanks for the information :)
– Rohit Jadhav
Jan 21 at 17:56
add a comment |
If you're having problem while installing netbeans why don't you try this method:
Download this bash file from their official site
wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
- Give executable permissions to the downloaded file
chmod +x netbeans-8.2-linux.sh
- Now execute this file and it will lead to install netbeans
sudo ./netbeans-8.2-linux.sh
Happy Coding!
If you're having problem while installing netbeans why don't you try this method:
Download this bash file from their official site
wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
- Give executable permissions to the downloaded file
chmod +x netbeans-8.2-linux.sh
- Now execute this file and it will lead to install netbeans
sudo ./netbeans-8.2-linux.sh
Happy Coding!
answered Jan 21 at 15:54


Rohit JadhavRohit Jadhav
6416
6416
I want a latest version
– Gokulraj Nagarajan
Jan 21 at 16:06
just replace 8.2 in the above commands with the version you want to install or else this post might help you askubuntu.com/questions/1076408/…
– Rohit Jadhav
Jan 21 at 16:09
@RohitJadhav Mere "replacing 8.2 in the above commands with the version you want to install" isn't a solution. For 9.0 onward Apache mirrors are used.
– Kulfy
Jan 21 at 16:19
ohh I see thanks for the information :)
– Rohit Jadhav
Jan 21 at 17:56
add a comment |
I want a latest version
– Gokulraj Nagarajan
Jan 21 at 16:06
just replace 8.2 in the above commands with the version you want to install or else this post might help you askubuntu.com/questions/1076408/…
– Rohit Jadhav
Jan 21 at 16:09
@RohitJadhav Mere "replacing 8.2 in the above commands with the version you want to install" isn't a solution. For 9.0 onward Apache mirrors are used.
– Kulfy
Jan 21 at 16:19
ohh I see thanks for the information :)
– Rohit Jadhav
Jan 21 at 17:56
I want a latest version
– Gokulraj Nagarajan
Jan 21 at 16:06
I want a latest version
– Gokulraj Nagarajan
Jan 21 at 16:06
just replace 8.2 in the above commands with the version you want to install or else this post might help you askubuntu.com/questions/1076408/…
– Rohit Jadhav
Jan 21 at 16:09
just replace 8.2 in the above commands with the version you want to install or else this post might help you askubuntu.com/questions/1076408/…
– Rohit Jadhav
Jan 21 at 16:09
@RohitJadhav Mere "replacing 8.2 in the above commands with the version you want to install" isn't a solution. For 9.0 onward Apache mirrors are used.
– Kulfy
Jan 21 at 16:19
@RohitJadhav Mere "replacing 8.2 in the above commands with the version you want to install" isn't a solution. For 9.0 onward Apache mirrors are used.
– Kulfy
Jan 21 at 16:19
ohh I see thanks for the information :)
– Rohit Jadhav
Jan 21 at 17:56
ohh I see thanks for the information :)
– Rohit Jadhav
Jan 21 at 17:56
add a comment |
aTrG,iJtihg ccnUJdBtAx LB,MPeLLR,7d56 Ghgk5KCYOWG,64K,o mhIsHHUl h3eA9MTzpnkLYohirT dF2PtRw Kj2
Netbeans is in the Universe repo of Ubuntu by default. There should be no need to setup another PPA or Repo for Netbeans.
– Terrance
Jan 21 at 15:41