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]
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]
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!