-1

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]
Kulfy
  • 18,154

1 Answers1

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!

Zanna
  • 72,312
rhoitjadhav
  • 824
  • 7
  • 14