Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 454 Bytes

PackageManagement.md

File metadata and controls

22 lines (16 loc) · 454 Bytes

Package management

  • Packages for

    • OS
    • programming languages
    • platforms (i.e. bioconductor) etc.
  • Actions for package manager

    • install
    • remove
    • update
    • show available
    • show installed
  • For example:

    • Apt, package management for Debian
    • Conda, package management and environment management, cross-platform, language-agnostic
  • Reference: