You are on page 1of 1

Installing from the APT sources from the terminal

Import the Nuxeo key.


wget -q -O- http://apt.nuxeo.org/nuxeo.key | sudo apt-key add Add the Nuxeo APT repository.
sudo add-apt-repository "deb http://apt.nuxeo.org/ precise releases"
Icon
If you don't have add-apt-repository, which is a non-standard command, create a
file named "/etc/apt/sources.list.d/nuxeo.list and write into it: deb http://apt
.nuxeo.org/ precise releases.
Update your APT cache.
sudo apt-get update
Install the Nuxeo Platform.
sudo apt-get install nuxeo

You might also like