MinnowBoard Max
  • Cover
  • Introduction
  • Getting Started
  • Hardware
    • Processor
    • Peripherals
    • Interfaces
    • PCIe
  • Customization
    • Lures
  • Build Systems
    • Yocto
  • BIOS
  • Operating Systems
  • Linux
    • Installation
    • Kernel
    • Subsystems
      • UART
      • Camera
      • Audio
      • General Purpose Input Output
      • I2C
      • Pwm
      • Serial Peripheral Interface
      • Led
    • Package Management
    • Libraries
      • MRAA
      • UPM
  • Programming Languages
    • Python
      • Calamari Lure
        • Main
        • 7 Segments
        • Buttons
        • Pulse Width Modulation
        • Red Green Blue
  • SandBox
Powered by GitBook
On this page
  • Debian Advanced Packaging Tool
  • Python PIP Package Management System
  1. Linux

Package Management

Debian Advanced Packaging Tool

The Advanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on the Debian GNU/Linux distribution and its variants.

    root@minnowboard:~# apt-get install pip

Python PIP Package Management System

pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index (PyPI).

    root@minnowboard:~# pip install psutil plotly
PreviousLedNextLibraries

Last updated 7 years ago