Can't install netbeans in ubuntu 18.04 [duplicate]












0
















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]









share|improve this 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
















0
















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]









share|improve this 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














0












0








0









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]









share|improve this question

















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










1 Answer
1






active

oldest

votes


















0














If you're having problem while installing netbeans why don't you try this method:





  1. Download this bash file from their official site



    wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh


  2. Give executable permissions to the downloaded file

    chmod +x netbeans-8.2-linux.sh 


  3. Now execute this file and it will lead to install netbeans

    sudo ./netbeans-8.2-linux.sh



Happy Coding!






share|improve this answer
























  • 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




















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














If you're having problem while installing netbeans why don't you try this method:





  1. Download this bash file from their official site



    wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh


  2. Give executable permissions to the downloaded file

    chmod +x netbeans-8.2-linux.sh 


  3. Now execute this file and it will lead to install netbeans

    sudo ./netbeans-8.2-linux.sh



Happy Coding!






share|improve this answer
























  • 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


















0














If you're having problem while installing netbeans why don't you try this method:





  1. Download this bash file from their official site



    wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh


  2. Give executable permissions to the downloaded file

    chmod +x netbeans-8.2-linux.sh 


  3. Now execute this file and it will lead to install netbeans

    sudo ./netbeans-8.2-linux.sh



Happy Coding!






share|improve this answer
























  • 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
















0












0








0







If you're having problem while installing netbeans why don't you try this method:





  1. Download this bash file from their official site



    wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh


  2. Give executable permissions to the downloaded file

    chmod +x netbeans-8.2-linux.sh 


  3. Now execute this file and it will lead to install netbeans

    sudo ./netbeans-8.2-linux.sh



Happy Coding!






share|improve this answer













If you're having problem while installing netbeans why don't you try this method:





  1. Download this bash file from their official site



    wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh


  2. Give executable permissions to the downloaded file

    chmod +x netbeans-8.2-linux.sh 


  3. Now execute this file and it will lead to install netbeans

    sudo ./netbeans-8.2-linux.sh



Happy Coding!







share|improve this answer












share|improve this answer



share|improve this answer










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





















  • 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





Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕