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
For seeing the version of a specific software installed in the computer, you can, for example (from the command line):
<table>
<tr>
<td>
List everything:
<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
\# check availability of a package with apt
$ apt list zoom
zoom/stable,stable,now 5.9.3.1911 amd64 \[installed\]
</pre></td>
</tr>
</table>
`apt list zoom`
## Different Cubbli Linux flavors
......
......