diff --git a/source/A/tips_and_tricks.rst b/source/A/tips_and_tricks.rst index 9aba503e..430bd572 100644 --- a/source/A/tips_and_tricks.rst +++ b/source/A/tips_and_tricks.rst @@ -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 `_ 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.