Difference between revisions of "Ubuntu Solaar"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(Added Proper Citation)
 
Line 3: Line 3:
 
Ubuntu 12.04
 
Ubuntu 12.04
  
<code>sudo add-apt-repository ppa:daniel.pavel/solaar</code>
+
<code>sudo add-apt-repository ppa:daniel.pavel/solaar</code><ref name="andrew" />
  
<code>sudo apt-get update</code>
+
<code>sudo apt-get update</code><ref name="andrew" />
  
<code>sudo apt-get install solaar</code>
+
<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>
+
<code>sudo add-apt-repository ppa:trebelnik-stefina/solaar</code><ref name="andrew" />
  
<code>sudo apt-get update</code>
+
<code>sudo apt-get update</code><ref name="andrew" />
  
<code>sudo apt-get install solaar</code>
+
<code>sudo apt-get install solaar</code><ref name="andrew" />
  
Info originally found [http://www.webupd8.org/2013/07/pair-unpair-logitech-unifying-devices.html Here]
+
===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]]
 
[[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