Difference between revisions of "Ubuntu Solaar"
Jump to navigation
Jump to search
(Created page with "When using Logitech periprials with Ubuntu you may need to control the mouses paired to their "Unifying Receiver." Thanks to the developer! Ubuntu 12.04 sudo add-apt-reposit...") |
(Added Proper Citation) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Ubuntu 12.04 | Ubuntu 12.04 | ||
− | + | ||
− | + | <code>sudo add-apt-repository ppa:daniel.pavel/solaar</code><ref name="andrew" /> | |
− | + | ||
+ | <code>sudo apt-get update</code><ref name="andrew" /> | ||
+ | |||
+ | <code>sudo apt-get install solaar</code><ref name="andrew" /> | ||
Ubuntu 14.10 | Ubuntu 14.10 | ||
− | |||
− | |||
− | |||
− | + | <code>sudo add-apt-repository ppa:trebelnik-stefina/solaar</code><ref name="andrew" /> | |
+ | |||
+ | <code>sudo apt-get update</code><ref name="andrew" /> | ||
+ | |||
+ | <code>sudo apt-get install solaar</code><ref name="andrew" /> | ||
+ | |||
+ | ===References=== | ||
+ | <references> | ||
+ | <ref name="andrew">[http://www.webupd8.org/p/about.html Andrew],[http://www.webupd8.org/2013/07/pair-unpair-logitech-unifying-devices.html http://www.webupd8.org],July, 12 2013</ref> | ||
+ | </references> | ||
+ | |||
+ | [[Category:Ubuntu Desktop]] |
Latest revision as of 12:50, 6 December 2017
When using Logitech periprials with Ubuntu you may need to control the mouses paired to their "Unifying Receiver." Thanks to the developer!
Ubuntu 12.04
sudo add-apt-repository ppa:daniel.pavel/solaar
[1]
sudo apt-get update
[1]
sudo apt-get install solaar
[1]
Ubuntu 14.10
sudo add-apt-repository ppa:trebelnik-stefina/solaar
[1]
sudo apt-get update
[1]
sudo apt-get install solaar
[1]