我正在尝试使用PPA在linux mint 19中安装PCL。
我执行了以下命令,
sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl不幸的是,它说不能添加PPA: ''This PPA does not support bionic''.
除了从源代码安装之外,还有没有其他解决方法?
发布于 2020-04-02 21:11:32
你的Mint基本上是Ubuntu 18.04。在Ubuntu中,你可以通过
sudo apt install libpcl-devhttps://stackoverflow.com/questions/60780629
复制相似问题