Issue 848 - List of linux package managers where C-Dogs SDL is available (#882)

This commit is contained in:
Peter Jun Koh
2025-07-12 16:26:03 +09:00
committed by GitHub
parent 8b33ac790c
commit fb4671c266

View File

@@ -17,4 +17,62 @@ title: C-Dogs SDL Downloads
<a href="missionpack.zip">Mission pack</a>
</li>
</ul>
</div>
<h4>Linux packages for cdogs-sdl</h4>
<p>
C-Dogs SDL is available through various Linux distribution package managers.
Installing through your distribution's package manager is recommended over
the generic Linux binary.
</p>
<h5>Fedora</h5>
<p>
Package: <a href="https://packages.fedoraproject.org/pkgs/cdogs-sdl/cdogs-sdl">cdogs-sdl</a>
</p>
<p>Install with:</p>
<pre><code>sudo dnf install cdogs-sdl</code></pre>
<h5>Ubuntu</h5>
<p>
Package: <a href="https://packages.ubuntu.com/search?keywords=cdogs-sdl&searchon=names">cdogs-sdl</a>
</p>
<p>Install with:</p>
<pre><code>sudo apt install cdogs-sdl</code></pre>
<h5>Arch Linux (AUR)</h5>
<p>
Package: <a href="https://aur.archlinux.org/packages/cdogs">cdogs</a>
</p>
<p>Install with an AUR helper (e.g., yay):</p>
<pre><code>yay -S cdogs</code></pre>
<p>Or manually from AUR:</p>
<pre><code>git clone https://aur.archlinux.org/cdogs.git
cd cdogs
makepkg -si</code></pre>
<h5>Debian</h5>
<p>
Package: <a href="https://packages.debian.org/search?searchon=names&keywords=cdogs-sdl">cdogs-sdl</a>
</p>
<p>Install with:</p>
<pre><code>sudo apt install cdogs-sdl</code></pre>
<h5>Alpine Linux</h5>
<p>
Package: <a href="https://pkgs.alpinelinux.org/package/edge/testing/x86_64/cdogs-sdl">cdogs-sdl</a>
</p>
<p>Install with:</p>
<pre><code>sudo apk add cdogs-sdl</code></pre>
<h5>Gentoo</h5>
<p>
Package: <a href="https://packages.gentoo.org/packages/games-arcade/cdogs-sdl">cdogs-sdl</a>
</p>
<p>Install with:</p>
<pre><code>emerge games/cdogs-sdl</code></pre>
<h5>OpenSUSE</h5>
<p>
Package: <a href="https://software.opensuse.org/package/cdogs-sdl">cdogs-sdl</a>
</p>
<p>Install with:</p>
<pre><code>sudo zypper install cdogs-sdl</code></pre>
</div>