Add how to find version of all packages to tips and tricks

This commit is contained in:
Lyn Perrine 2018-11-28 21:37:03 -08:00
parent 4156f00cfa
commit 6a44bbd0d7

View File

@ -5,3 +5,11 @@ If you run a hypervisor on your system putting a different mouse cursor for both
If you select text on X11 you can do what is middle click paste the selected text with the middle mouse button by clicking down on the scroll wheel.
To find out what version of softare you have you can view the `ubuntu packages website <https://packages.ubuntu.com/>`_ from whatever kind of computer you are on. On the command line you can run
.. code::
apt policy packagename
even if it does not ship with lubuntu by default.