Difference between revisions of "FAQ:I'm using ubuntu. Is there a PPA?"

From MakeHuman Community Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
To enable it, run  
 
To enable it, run  
  
     sudo add-apt-repository ppa:makehuman-official/makehuman-11x && sudo apt-get update
+
     sudo add-apt-repository ppa:makehuman-official/makehuman-11x
 +
    sudo apt-get update
  
 
Then, to install makehuman, run
 
Then, to install makehuman, run
  
 
     sudo apt-get install makehuman
 
     sudo apt-get install makehuman
 +
 +
Also revere to the documentation of your operating system about the general use of PPAs!

Latest revision as of 17:36, 16 June 2016

Yes, for stable releases. In the future we will might add a separate PPA for unstable builds.

The PPA for the latest stable release is here: https://launchpad.net/~makehuman-official/+archive/ubuntu/makehuman-11x

To enable it, run

   sudo add-apt-repository ppa:makehuman-official/makehuman-11x
   sudo apt-get update

Then, to install makehuman, run

   sudo apt-get install makehuman

Also revere to the documentation of your operating system about the general use of PPAs!