I am trying to install ap-hotspot on Ubuntu-14.04
When I enter the command:
sudo add-apt-repository ppa:nilarimogard/webupd8
It gives me this message
"Cannot add PPA: 'ppa"nilarimogard/webupd8' Please check that the PPA name and format is correct"
How do I proceed?
Since I am using college proxy to access the Internet, so I tried
sudo -E add-apt-repository ppa:nilarimogard/webupd8
but it didn't help. But I am able to run
sudo apt-get update
so there is no problem with the internet connection. I also tried reinstalling ca-cerficates by using the command
sudo apt-get install --reinstall ca-certificates
it also didn't solve the problem. I also tried from Ubuntu Software Center, but there I am also unable to add a PPA repository.
please help me in resolving this problem...