Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.06 KB

File metadata and controls

63 lines (54 loc) · 2.06 KB

About

Practicerom development packages for Debian-based systems and Arch Linux.

Packages

List of upstream repositories and corresponding binary packages

Installation

Debian (Ubuntu, WSL)

  1. Download and install the practicerom repository package for your architecture (requires curl):
    curl -O https://practicerom.com/public/packages/debian/dists/stable/practicerom-repository_latest_$(dpkg --print-architecture).deb
    sudo dpkg -i practicerom-repository_latest_$(dpkg --print-architecture).deb
    sudo apt update
    
  2. Install individual packages by running e.g. sudo apt install mips64-ultra-elf-gcc, or install all practicerom development packages with the practicerom-dev metapackge: sudo apt install practicerom-dev.

Arch Linux

  1. Download and install the practicerom repository package (requires curl):
    curl -O https://practicerom.com/public/packages/archlinux/practicerom-repository-latest-x86_64.pkg
    sudo pacman -U practicerom-repository-latest-x86_64.pkg
    sudo pacman -Sy
    
  2. Install individual packages with e.g. sudo pacman -S mips64-ultra-elf-gcc, or select practicerom development packages from the practicerom-dev group: sudo pacman -S practicerom-dev.