Intel® Galileo
  • Cover
  • Summary
  • Introduction
  • About This Training
    • Objectives
    • Skills
    • Prerequisites
  • Hardware
    • Processor
    • Components
  • Build Systems
    • Yocto
    • Intel uCode
  • User Space
    • Package Management Systems
      • Open Package Management
      • Python Package Index
  • Firmware
  • Customization
  • Subsystems
    • WiFi
    • Serial
    • Serial Peripheral Interface
  • Arduino
  • Sandbox
Powered by GitBook
On this page
  1. User Space
  2. Package Management Systems

Open Package Management

PreviousPackage Management SystemsNextPython Package Index

Last updated 7 years ago

root@galileo:~# cat /etc/opkg/base-feeds.conf
root@galileo:~# vi /etc/opkg/base-feeds.conf
src/gz all http://repo.opkg.net/galileo/repo/all
src/gz clanton http://repo.opkg.net/galileo/repo/clanton
src/gz i586 http://repo.opkg.net/galileo/repo/i586
root@galileo:~# opkg update
Downloading http://repo.opkg.net/galileo/repo/all/Packages.gz.
Inflating http://repo.opkg.net/galileo/repo/all/Packages.gz.
Updated list of available packages in /var/lib/opkg/all.
Downloading http://repo.opkg.net/galileo/repo/clanton/Packages.gz.
Inflating http://repo.opkg.net/galileo/repo/clanton/Packages.gz.
Updated list of available packages in /var/lib/opkg/clanton.
Downloading http://repo.opkg.net/galileo/repo/i586/Packages.gz.
Inflating http://repo.opkg.net/galileo/repo/i586/Packages.gz.
Updated list of available packages in /var/lib/opkg/i586.
Downloading http://iotdk.intel.com/repos/1.5/iotdk/all/Packages.
Updated list of available packages in /var/lib/opkg/iotdk-all.
Downloading http://iotdk.intel.com/repos/1.5/iotdk/i586/Packages.
Updated list of available packages in /var/lib/opkg/iotdk-i586.
Downloading http://iotdk.intel.com/repos/1.5/iotdk/quark/Packages.
Updated list of available packages in /var/lib/opkg/iotdk-quark.
Downloading http://iotdk.intel.com/repos/1.5/iotdk/x86/Packages.
Updated list of available packages in /var/lib/opkg/iotdk-x86.
Downloading http://iotdk.intel.com/repos/1.5/intelgalactic/Packages.
Updated list of available packages in /var/lib/opkg/mraa-upm.
root@galileo:~#
AlexT's Galileo & Edison pages