README: add openSUSE Tumbleweed and sort installation table entries (#421)

Adding the installation instructions for openSUSE Tumbleweed and sorting the table entries in alphabetical order.
This commit is contained in:
hakerdefo
2022-05-20 16:44:08 +05:30
committed by GitHub
parent d6c77e0838
commit cb539f931c

View File

@@ -150,15 +150,9 @@ Keep in mind that people might not protect SSH keys long-term, since they are re
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Ubuntu 21.04+</td> <td>Alpine Linux v3.15+</td>
<td> <td>
<code>apt install age</code> <code>apk add age</code>
</td>
</tr>
<tr>
<td>Debian 11+ (Bullseye)</td>
<td>
<code>apt install age</code>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -168,9 +162,9 @@ Keep in mind that people might not protect SSH keys long-term, since they are re
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Alpine Linux v3.15+</td> <td>Debian 11+ (Bullseye)</td>
<td> <td>
<code>apk add age</code> <code>apt install age</code>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -180,15 +174,9 @@ Keep in mind that people might not protect SSH keys long-term, since they are re
</td> </td>
</tr> </tr>
<tr> <tr>
<td>OpenBSD 6.7+</td> <td>Gentoo Linux</td>
<td> <td>
<code>pkg_add age</code> (security/age) <code>emerge app-crypt/age</code>
</td>
</tr>
<tr>
<td>FreeBSD</td>
<td>
<code>pkg install age</code> (security/age)
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -198,9 +186,15 @@ Keep in mind that people might not protect SSH keys long-term, since they are re
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Gentoo Linux</td> <td>openSUSE Tumbleweed</td>
<td> <td>
<code>emerge app-crypt/age</code> <code>zypper install age</code>
</td>
</tr>
<tr>
<td>Ubuntu 21.04+</td>
<td>
<code>apt install age</code>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -209,6 +203,18 @@ Keep in mind that people might not protect SSH keys long-term, since they are re
<code>xbps-install age</code> <code>xbps-install age</code>
</td> </td>
</tr> </tr>
<tr>
<td>FreeBSD</td>
<td>
<code>pkg install age</code> (security/age)
</td>
</tr>
<tr>
<td>OpenBSD 6.7+</td>
<td>
<code>pkg_add age</code> (security/age)
</td>
</tr>
<tr> <tr>
<td>Chocolatey (Windows)</td> <td>Chocolatey (Windows)</td>
<td> <td>