apt remove ppa
sudo add-apt-repository --remove ppa:dhor/myway
Here is what the above code is Doing:
1. Add the PPA to your system’s software sources.
2. Update your system’s software sources.
3. Install the software.
4. Remove the PPA from your system’s software sources.