Finally I got the script to list all installed ppa
find /etc/apt/sources.list.d -type f -name "*.list" -print0 | \
while read -d $'\0' file; do awk -F/ '/deb / && /ppa\.launchpad\.net/
{print "sudo ppa-purge ppa:"$4"/"$5}' "$file"; done
and also to remove them
find /etc/apt/sources.list.d -
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1769576
Title:
not able to upgrade from ubuntu 16.04 to 18
To manage noti
Hey,
Can you help me to revert these packages to original.
Actually I don't know how to do that
I know how to uninstall package like apt-get remove pkgname
but how can i remove this ppa
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
root@umarUbuntu:/home/umar# ppa-purge script
Updating packages lists
PPA to be removed: script ppa
Warning: Could not find package list for PPA: script ppa
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: Incomplete => New
--
You received this bug notification because you are a m
Public bug reported:
I used this command to upgrade my ubuntu 16.04 to 18
sudo do-release-upgrade -d
then I got the following error
An unresolvable problem occurred while calculating the upgrade.
This can be caused by:
* Upgrading to a pre-release version of Ubuntu
* Running the current pr