Add how to find version of all packages to tips and tricks
This commit is contained in:
parent
4156f00cfa
commit
6a44bbd0d7
@ -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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user