Page 1 of 1

Can't install usbbootgui

Posted: Thu Dec 14, 2017 11:16 am
by windy54
I have installed the latest stretch version of raspbian onto an old PC.

tried to install usbbootgui using
sudo apt install usbbootgui as per the blog and also
sudo apt-get install usbbootgui as per the instructions on uodating an old version of the desktop.

I get an error
E: unable to locate package usbbootgui

I have also done
sudo apt-get update
sudo apt-get upgrade -y

still get the same error.

Am I going something wrong or has something happened to the repositories?

Steve

Re: Can't install usbbootgui

Posted: Thu Dec 14, 2017 11:18 am
by RaTTuS

Re: Can't install usbbootgui

Posted: Thu Dec 14, 2017 2:24 pm
by ShiftPlusOne
What's the output of 'apt-cache policy'?

Re: Can't install usbbootgui

Posted: Thu Dec 14, 2017 9:54 pm
by windy54
Here is the output.
Package files:
100 /var/lib/dpkg/status
release a=now
500 http://archive.raspberrypi.org/debian/ jessie/ui i386 Packages
release o=Raspberry Pi Foundation,a=oldstable,n=jessie,l=Raspberry Pi Foundation,c=ui
origin archive.raspberrypi.org
500 http://archive.raspberrypi.org/debian/ jessie/main i386 Packages
release o=Raspberry Pi Foundation,a=oldstable,n=jessie,l=Raspberry Pi Foundation,c=main
origin archive.raspberrypi.org
500 http://ftp.debian.org/debian/ jessie-updates/non-free Translation-en
500 http://ftp.debian.org/debian/ jessie-updates/main Translation-en
500 http://ftp.debian.org/debian/ jessie-updates/contrib Translation-en
500 http://ftp.debian.org/debian/ jessie-updates/non-free i386 Packages
release o=Debian,a=oldstable-updates,n=jessie-updates,l=Debian,c=non-free
origin ftp.debian.org
500 http://ftp.debian.org/debian/ jessie-updates/contrib i386 Packages
release o=Debian,a=oldstable-updates,n=jessie-updates,l=Debian,c=contrib
origin ftp.debian.org
500 http://ftp.debian.org/debian/ jessie-updates/main i386 Packages
release o=Debian,a=oldstable-updates,n=jessie-updates,l=Debian,c=main
origin ftp.debian.org
500 http://security.debian.org/ jessie/updates/non-free Translation-en
500 http://security.debian.org/ jessie/updates/main Translation-en
500 http://security.debian.org/ jessie/updates/contrib Translation-en
500 http://security.debian.org/ jessie/updates/non-free i386 Packages
release v=8,o=Debian,a=oldstable,n=jessie,l=Debian-Security,c=non-free
origin security.debian.org
500 http://security.debian.org/ jessie/updates/contrib i386 Packages
release v=8,o=Debian,a=oldstable,n=jessie,l=Debian-Security,c=contrib
origin security.debian.org
500 http://security.debian.org/ jessie/updates/main i386 Packages
release v=8,o=Debian,a=oldstable,n=jessie,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.debian.org/debian/ jessie/non-free Translation-en
500 http://ftp.debian.org/debian/ jessie/main Translation-en
500 http://ftp.debian.org/debian/ jessie/contrib Translation-en
500 http://ftp.debian.org/debian/ jessie/non-free i386 Packages
release v=8.10,o=Debian,a=oldstable,n=jessie,l=Debian,c=non-free
origin ftp.debian.org
500 http://ftp.debian.org/debian/ jessie/contrib i386 Packages
release v=8.10,o=Debian,a=oldstable,n=jessie,l=Debian,c=contrib
origin ftp.debian.org
500 http://ftp.debian.org/debian/ jessie/main i386 Packages
release v=8.10,o=Debian,a=oldstable,n=jessie,l=Debian,c=main
origin ftp.debian.org
Pinned packages:
pi@raspberry:~ $

I do not understand what it is telling me, but I am surprised to see references to jessie, should not this be stretch?

But then again it is what you would expect if you have reburnt your jessie image and not the latest stretch!!!!!

sorry to bother everyone, I could not understand why no one else was having problems. Now I know.

steve