Something has gone wrong with the GNU Debugger. It will not update or let me remove it!
The screenshot shows it’s there but I can’t ‘tick it’
This one is on PC, 12.04
Personally I’d disable that PPA … but then again I’d not have added it in the first place … it may even be a better idea to purge the PPA, but that’s your call.
–
How do I do that, I’m not 100% sure how to do it…
Do what … I mentioned 2 courses of action ?
Sorry, purge it.
sudo apt-get install ppa-purge
then
sudo ppa-purge ppa:dns/gnu
BE AWARE - the above will remove ALL software added from that PPA (any software that was updated from the default versions will be downgraded to the version in the default repos), then disable the PPA.
pooky2483@pooky2483-ubuntu12:~$ sudo apt-get install ppa-purge
[sudo] password for pooky2483:
Reading package lists… Done
Building dependency tree
Reading state information… Done
ppa-purge is already the newest version.
The following packages were automatically installed and are no longer required:
libsoxr0 libkface-data libmono-sqlite4.0-cil mate-netspeed dvdrip-doc
mate-corba ffmpegthumbnailer-caja libmono-system-web-services4.0-cil
libkvkontakte1 libboost-filesystem1.46.1 libkface1 libmatenotify
kipi-plugins-common libevent-perl libopencv-legacy2.3 enblend
libevent-rpc-perl python-mate python-mate-menu libmono-web4.0-cil mozo
twolame imageshack-uploader-common enfuse
libmono-system-windows-forms4.0-cil g+±4.6 subtitleripper libanyevent-perl
mate-user-share libmono-system-transactions4.0-cil libglew1.5
libboost-system1.46.1 libportsmf0 mate-text-editor transcode-doc
libboost-signals1.46.1 libmatecanvas mate-bluetooth
libmono-system-runtime4.0-cil libpano13-bin libmediawiki1 libgmp-dev
libopencv-video2.3 mate-vfs libffi-dev libfam0 digikam-data libnunit2.5-cil
libbsd-dev libmono-system-data4.0-cil libevent-execflow-perl transcode-utils
libmatebluetooth hugin-data python-corba libmatecorba mate-vfs-common
libmono-system-web-applicationservices4.0-cil
libmono-system-enterpriseservices4.0-cil libmatecomponentui hugin
mate-sensors-applet mate-window-manager ogmtools liblensfun-data lsdvd
libstdc++6-4.6-dev mate-conf-common hddtemp transcode libboost-thread1.46.1
libmono-system-runtime-serialization-formatters-soap4.0-cil
libtaoframework-sdl1.2-cil libpano13-2 libtaoframework-opengl3.0-cil
libmono-webbrowser4.0-cil liblensfun0 libmateconf mate-system-tools
libmono-system-web4.0-cil libmatesensorsappletplugin
libmono-accessibility4.0-cil libmatecomponent libmateui libgmpxx4ldbl
mate-conf mjpegtools dvdrip-utils libmate-common libvamp-hostsdk3
libintl-perl libmate libkgeomap-data mate-mime-data libkgeomap1
libgtk2-ex-formfactory-perl libmono-data-tds4.0-cil python-mate-desktop
libboost-regex1.46.1 libmatevfs libimage-exiftool-perl libzthread-2.3-2
hugin-tools
Use ‘apt-get autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pooky2483@pooky2483-ubuntu12:~$ sudo ppa-purge ppa:dns/gnu
Updating packages lists
PPA to be removed: dns gnu
Warning: Could not find package list for PPA: dns gnu
pooky2483@pooky2483-ubuntu12:~$
OK, run:
for APT in `find /etc/apt/ -name *.list`; do grep -o "^deb http://ppa.launchpad.net/[a-z0-9\-]\+/[a-z0-9\-]\+" $APT | while read ENTRY ; do USER=`echo $ENTRY | cut -d/ -f4` PPA=`echo $ENTRY | cut -d/ -f5` ; echo ppa:$USER/$PPA ; done ; done
and post the output.
ppa:jeffreyratcliffe/ubuntu
ppa:transmissionbt/ppa
ppa:atareao/atareao
ppa:plushuang-tw/uget-stable
ppa:webupd8team/rhythmbox
ppa:gnaservicesinc/gnaservicesinc
ppa:jconti/recent-notifications
ppa:screenlets/ppa
ppa:ubuntu-wine/ppa
ppa:awauck/digikam-latest
ppa:webupd8team/y-ppa-manager
ppa:samba-team/ppa
ppa:musicbrainz-developers/stable
ppa:libreoffice/ppa
ppa:banshee-team/ppa
ppa:jeffreyratcliffe/ppa
ppa:tualatrix/ppa
ppa:webupd8team/themes
ppa:shutter/ppa
ppa:nemh/gambas3
ppa:ubuntu-x-swat/x-updates
ppa:stellarium/stellarium-releases
ppa:stebbins/handbrake-releases
ppa:otto-kesselgulasch/gimp
ppa:arigy/xfce
ppa:ferramroberto/precise
ppa:webupd8team/java
ppa:i-nex-development-team/stable
Hmm … OK, that PPA doesn’t appear to be active ???
Try running:
sudo apt-get clean
then
sudo apt-get update
Then start Update Manager … and if that update is still listed, click the “Check” button … did it disappear from the list ?
That worked
It’s gone