Git Product home page Git Product logo

Comments (6)

XECDesign avatar XECDesign commented on June 26, 2024

What's the output of apt policy?

from skygate.

xpix avatar xpix commented on June 26, 2024
pi@raspberrypi:~/bcm2835-1.56 $ sudo apt policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://archive.raspberrypi.org/debian stretch/ui armhf Packages
     release o=Raspberry Pi Foundation,a=stable,n=stretch,l=Raspberry Pi Foundation,c=ui,b=armhf
     origin archive.raspberrypi.org
 500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
     release o=Raspberry Pi Foundation,a=stable,n=stretch,l=Raspberry Pi Foundation,c=main,b=armhf
     origin archive.raspberrypi.org
 500 http://raspbian.raspberrypi.org/raspbian stretch/rpi armhf Packages
     release o=Raspbian,a=stable,n=stretch,l=Raspbian,c=rpi,b=armhf
     origin raspbian.raspberrypi.org
 500 http://raspbian.raspberrypi.org/raspbian stretch/non-free armhf Packages
     release o=Raspbian,a=stable,n=stretch,l=Raspbian,c=non-free,b=armhf
     origin raspbian.raspberrypi.org
 500 http://raspbian.raspberrypi.org/raspbian stretch/contrib armhf Packages
     release o=Raspbian,a=stable,n=stretch,l=Raspbian,c=contrib,b=armhf
     origin raspbian.raspberrypi.org
 500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
     release o=Raspbian,a=stable,n=stretch,l=Raspbian,c=main,b=armhf
     origin raspbian.raspberrypi.org
Pinned packages:

from skygate.

XECDesign avatar XECDesign commented on June 26, 2024

No problem there.

Any errors when you run 'sudo apt update'?

from skygate.

xpix avatar xpix commented on June 26, 2024

No nothing, here my output of apt update::

pi@XSkyGateway:~ $ sudo apt update
Hit http://archive.raspberrypi.org jessie InRelease
Get:1 http://mirrordirector.raspbian.org jessie InRelease [14.9 kB]
Hit https://deb.nodesource.com jessie InRelease
Get:2 https://download.docker.com jessie InRelease [15.3 kB]
Hit http://archive.raspberrypi.org jessie/main armhf Packages
Get:3 http://mirrordirector.raspbian.org jessie/main armhf Packages [9,536 kB]
Hit http://archive.raspberrypi.org jessie/ui armhf Packages
Hit https://deb.nodesource.com jessie/main Sources
Hit https://deb.nodesource.com jessie/main armhf Packages
Hit https://download.docker.com jessie/edge armhf Packages
Get:4 https://deb.nodesource.com jessie/main Translation-en_GB [162 B]
Get:5 https://download.docker.com jessie/edge Translation-en_GB [587 B]
Get:6 https://deb.nodesource.com jessie/main Translation-en [162 B]
Get:7 https://download.docker.com jessie/edge Translation-en [584 B]
Get:8 https://deb.nodesource.com jessie/main Translation-en_GB [162 B]
Get:9 https://download.docker.com jessie/edge Translation-en_GB [587 B]
Get:10 https://deb.nodesource.com jessie/main Translation-en [162 B]
Get:11 https://deb.nodesource.com jessie/main Translation-en_GB [162 B]
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Get:12 https://deb.nodesource.com jessie/main Translation-en [162 B]
Ign http://archive.raspberrypi.org jessie/main Translation-en
Get:13 https://download.docker.com jessie/edge Translation-en [584 B]
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Get:14 https://deb.nodesource.com jessie/main Translation-en_GB [162 B]
Get:15 https://download.docker.com jessie/edge Translation-en_GB [587 B]
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Get:16 https://deb.nodesource.com jessie/main Translation-en [162 B]
Get:17 https://deb.nodesource.com jessie/main Translation-en_GB [162 B]
Get:18 https://download.docker.com jessie/edge Translation-en [584 B]
Ign https://deb.nodesource.com jessie/main Translation-en_GB
Get:19 https://deb.nodesource.com jessie/main Translation-en [162 B]
Ign https://deb.nodesource.com jessie/main Translation-en
Get:20 https://download.docker.com jessie/edge Translation-en_GB [587 B]
Get:21 https://download.docker.com jessie/edge Translation-en [584 B]
Get:22 https://download.docker.com jessie/edge Translation-en_GB [587 B]
Ign https://download.docker.com jessie/edge Translation-en_GB
Get:23 https://download.docker.com jessie/edge Translation-en [584 B]
Ign https://download.docker.com jessie/edge Translation-en
Get:24 http://mirrordirector.raspbian.org jessie/contrib armhf Packages [43.3 kB]
Get:25 http://mirrordirector.raspbian.org jessie/non-free armhf Packages [84.2 kB]
Get:26 http://mirrordirector.raspbian.org jessie/rpi armhf Packages [1,356 B]
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Fetched 9,695 kB in 49s (197 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
164 packages can be upgraded. Run 'apt list --upgradable' to see them.

pi@XSkyGateway:~ $ sudo apt search skygate
Sorting... Done
Full Text Search... Done
pi@XSkyGateway:~ $


from skygate.

XECDesign avatar XECDesign commented on June 26, 2024

That 'apt policy' output doesn't match your apt update output. It looks like one was run on a stretch system and the other on jessie. Skygate isn't in the jessie repo.

Edit: In fact, given that the apt policy output had the default hostname set and the other was changed, it does look like that it was run on a clean Raspbian install.

from skygate.

xpix avatar xpix commented on June 26, 2024

Ahh understood. Thank you!

from skygate.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.