mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-01-31 00:13:28 -05:00
18 lines
648 B
Markdown
18 lines
648 B
Markdown
---
|
|
title: Fedora Install
|
|
description: How to install `veilid-server` and `veilid-cli` on Fedora based systems
|
|
weight: 4
|
|
layout: subpage
|
|
---
|
|
|
|
<h3>Fedora Based Systems</h3>
|
|
|
|
<div class="code-snippet">
|
|
<input aria-label="Add repo" type="text" readonly value="yum-config-manager --add-repo https://packages.veilid.net/rpm/veilid-rpm-repo.repo">
|
|
<button class="btn btn-secondary"><span>Copy</span></button>
|
|
</div>
|
|
|
|
<div class="code-snippet">
|
|
<input aria-label="Install the headless and command line utilities" type="text" readonly value="dnf install veilid-server veilid-cli">
|
|
<button class="btn btn-secondary"><span>Copy</span></button>
|
|
</div> |