I've added a repo with the following:
add-apt-repository "deb http://archive.ubuntu.com/ubuntu artful universe"
How would I remove it? I'm using this in a automated script also!
I've added a repo with the following:
add-apt-repository "deb http://archive.ubuntu.com/ubuntu artful universe"
How would I remove it? I'm using this in a automated script also!
Generally, I'd consider it a bad idea to remove a repo after installing a package from it -- doing so will prevent getting updates when they're available.