Pacman pacredir: Difference between revisions

From wikinotes
(Created page with "share pacman packages over local network.<br> Appears to be built overtop of pacman pacredir. = Documentation = <blockquote> {| class="wikitable" |- | repo || https://github.com/eworm-de/pacredir |- |} </blockquote><!-- Documentation --> = Ports = <blockquote> {| class="wikitable" |- | <code>TCP:7078</code> || pacredir coordinates this way |- |} </blockquote><!-- Ports --> = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S pacredir </syntaxhighlight>...")
 
Line 29: Line 29:
# /etc/pacman.conf
# /etc/pacman.conf


Include = /etc/pacman.d/pacredir
Include = /etc/pacman.d/pacredir # << must add for every repository!
</syntaxhighlight>
</syntaxhighlight>



Revision as of 00:31, 11 August 2023

share pacman packages over local network.
Appears to be built overtop of pacman pacredir.

Documentation

repo https://github.com/eworm-de/pacredir

Ports

TCP:7078 pacredir coordinates this way

Install

pacman -S pacredir
# /etc/pacman.conf

Include = /etc/pacman.d/pacredir  # << must add for every repository!
systemctl enable pacserve.service
systemctl enable pacredir.service