Difference between revisions of "Ubuntu Solaar"

From Wiki.CoreyBlair.US
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
sudo add-apt-repository ppa:daniel.pavel/solaar
+
 
sudo apt-get update
+
<code>sudo add-apt-repository ppa:daniel.pavel/solaar</code><ref name="andrew" />
sudo apt-get install solaar
+
 
 +
<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
sudo add-apt-repository ppa:trebelnik-stefina/solaar
 
sudo apt-get update
 
sudo apt-get install solaar
 
  
Info originally found [http://www.webupd8.org/2013/07/pair-unpair-logitech-unifying-devices.html Here]
+
<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 13: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]

References