teknotus / depthview

intel RealSense 3D camera viewer for Linux
GNU Lesser General Public License v2.1
98 stars 38 forks source link

How to run this on Ubuntu 20.04.1 LTS #16

Open matejmeglic opened 3 years ago

matejmeglic commented 3 years ago

Sincere, I'm trying to run your repo on Ubuntu 20.04.1 LTS with little luck.

Could you aid me on how to run your basic app?

Running sudo apt-add-repository ppa:teknotus/rs-kernel-ppa returns: ` Kernel patched to support Intel realsense F200 3d camera More info: https://launchpad.net/~teknotus/+archive/ubuntu/rs-kernel-ppa Press [ENTER] to continue or Ctrl-c to cancel adding it.

Ign:1 http://ppa.launchpad.net/teknotus/rs-kernel-ppa/ubuntu focal InRelease Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:3 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo focal InRelease Err:4 http://ppa.launchpad.net/teknotus/rs-kernel-ppa/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80] Hit:5 http://us.archive.ubuntu.com/ubuntu focal InRelease Hit:6 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease Hit:7 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease Hit:8 http://packages.ros.org/ros/ubuntu focal InRelease Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/teknotus/rs-kernel-ppa/ubuntu focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. `

Thank you greatly. M