Update home authored by Mikko Halmela's avatar Mikko Halmela
...@@ -14,7 +14,23 @@ For seeing the version of a specific software installed in the computer, you can ...@@ -14,7 +14,23 @@ For seeing the version of a specific software installed in the computer, you can
<tr> <tr>
<td> <td>
<pre>\\# list everything $ dpkg --list \\# check specific package, for example Zoom version $ dpkg --list | grep zoom ii zoom 5.9.3.1911 amd64 Zoom Cloud Meetings \\# check availability of a package with apt $ apt list zoom zoom/stable,stable,now 5.9.3.1911 amd64 \\\\\\\[installed\\\\\\\]</pre></td> <pre>
\# list everything
$ dpkg --list
\# check specific package, for example Zoom version
$ dpkg --list | grep zoom ii zoom 5.9.3.1911 amd64 Zoom Cloud Meetings
\# check availability of a package with apt
$ apt list zoom
zoom/stable,stable,now 5.9.3.1911 amd64 \[installed\]
</pre></td>
</tr> </tr>
</table> </table>
... ...
......