Table of Contents

This is a community guide. It was written by Reposilite's community member and may not be up to date. It may also reference thrid-party services that are not affiliated with the Reposilite project.

The Reposilite AUR package can be found at the following sources:
  • - releases and official source of package.
  • - to pull package using AUR helpers
There is a lot of different methods to install on Arch Linux, some of them are more complicated than others, find a list of methods below:

AUR package builds are updated to the release section on GitHub, see .
All install, and updates, must be done manually, using the command supplied within the release notes, please follow the guide on the latest version of the release.
Pros:
  • Officially supported
  • Uses a trusted, and well known platform (GitHub)
  • Distributed as a built package, fast to install
Cons:
  • Manual installation, and manual updates
  • Download speed is reliant on GitHub

There is two methods of installing from the AUR, please read both before making your decision on what is best for you.

are command line tools which encapsulate the pacman package manager, and extends its functionality to also be able to pull and build packages from the AUR.
There are multiple AUR helpers to pick from, see for more information. For this example we will use Paru.
  1. Install and packages, these are used to build Arch Linux Packages.
  2. Clone the Paru AUR package:
git clone https://aur.archlinux.org/packages/paru
  1. Build, and install the package: (will require sudo)
cd paru && makepkg -si
  1. Install Reposilite through Paru:
paru -Syu reposilite
This will clone, build and install Reposilite automatically.
Every time you need to update Reposilite, execute:
paru -Syu
NOTE:
  • If you already have Paru installed, you can ignore steps 1 to 3.
  • Paru will update itself automatically, you do not need to follow steps 1 to 3 once you have Paru installed.
Pros:
  • Easy to install AUR packages (not just Reposilite)
  • Automatically updates Reposilite just like pacman updates official packages.
Cons:
  • Packages must be built, this takes time and computational resources.

If you do not wish to use an AUR helper, you can build the package manually ever release.
  1. Install and packages, these are used to build Arch Linux Packages.
  2. Clone the reposilite AUR package:
git clone https://aur.archlinux.org/packages/reposilite
  1. Build, and install the package: (will require sudo)
cd reposilite && makepkg -si
You will need to follow these steps every time you want to update the package.
Pros:
  • Doesn't rely on an AUR helper
Cons:
  • Packages must be built manually every update, which can be tedious.
  • Building packages takes time and computational resources.

Did you find misleading or deprecated content? Maybe you just feel this section misses important elements?

Guide

Copyright © 2023 dzikoysk with ❤ panda-lang