



![]()
We currently support Ubuntu, Debian, Fedora, Gentoo, and Arch Linux systems. If you're a developer or maintainer of another Linux distribution and would like to get PCL integrated, please contact us. Thank you in advance.
sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl sudo apt-get update sudo apt-get install libpcl-all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 19274DEF sudo echo "deb http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu maverick main" >> /etc/apt/sources.list sudo apt-get update sudo apt-get install libpcl-allFor Debian testing and unstable you can try the same, only replacing maverick with oneiric, but this is unsupported.
sudo yum install pcl pcl-devel pcl-tools pcl-doc
sudo emerge --noreplace layman git sudo layman -a ezod sudo emerge pcl
wget https://aur.archlinux.org/packages/pc/pcl/pcl.tar.gz tar -xzf pcl.tar.gz cd pcl makepkg sudo pacman -U pcl*.xz