Update home authored by Mikko Halmela's avatar Mikko Halmela
...@@ -10,29 +10,17 @@ If your computer is using any other older Linux distribution, including older Cu ...@@ -10,29 +10,17 @@ If your computer is using any other older Linux distribution, including older Cu
For seeing the version of a specific software installed in the computer, you can, for example (from the command line): For seeing the version of a specific software installed in the computer, you can, for example (from the command line):
<table> List everything:
<tr>
<td>
<pre> `dpkg --list`
\# list everything Check specific, for example Zoom version:
$ dpkg --list `dpkg --list | grep zoom`
\# check specific package, for example Zoom version Check availability of a package with apt
$ dpkg --list | grep zoom ii zoom 5.9.3.1911 amd64 Zoom Cloud Meetings `apt list zoom`
\# check availability of a package with apt
$ apt list zoom
zoom/stable,stable,now 5.9.3.1911 amd64 \[installed\]
</pre></td>
</tr>
</table>
## Different Cubbli Linux flavors ## Different Cubbli Linux flavors
... ...
......