Difference between revisions of "Ubuntu Solaar"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
m
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>
sudo apt-get install solaar
+
 
 +
<code>sudo apt-get update</code>
 +
 
 +
<code>sudo apt-get install solaar</code>
  
 
Ubuntu 14.10
 
Ubuntu 14.10
sudo add-apt-repository ppa:trebelnik-stefina/solaar
+
 
sudo apt-get update
+
<code>sudo add-apt-repository ppa:trebelnik-stefina/solaar</code>
sudo apt-get install solaar
+
 
 +
<code>sudo apt-get update</code>
 +
 
 +
<code>sudo apt-get install solaar</code>
  
 
Info originally found [http://www.webupd8.org/2013/07/pair-unpair-logitech-unifying-devices.html Here]
 
Info originally found [http://www.webupd8.org/2013/07/pair-unpair-logitech-unifying-devices.html Here]
  
 
[[Category:Ubuntu Desktop]]
 
[[Category:Ubuntu Desktop]]

Revision as of 10:31, 24 November 2015

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

sudo apt-get update

sudo apt-get install solaar

Ubuntu 14.10

sudo add-apt-repository ppa:trebelnik-stefina/solaar

sudo apt-get update

sudo apt-get install solaar

Info originally found Here