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

From MakeHuman Community Wiki
Jump to: navigation, search
(Created page with "Yes, but currently only of the last stable release. In the future we will add separate PPAs for stable and unstable. The root page of the PPAs is here: https://launchpad.net...")
 
Line 1: Line 1:
Yes, but currently only of the last stable release. In the future we will add separate PPAs for stable and unstable.  
+
Yes, for stable releases. In the future we will might add a separate PPA for unstable builds.  
  
The root page of the PPAs is here: https://launchpad.net/~makehuman-official
+
The PPA for the latest stable release is here: https://launchpad.net/~makehuman-official/+archive/ubuntu/makehuman-11x
  
Note that for nightly builds, there is a monolithic DEB you can download from http://download.tuxfamily.org/makehuman/nightly/
+
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

Revision as of 08:30, 14 May 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