I have a desktop running Focal and a laptop running Jammy. I work with point clouds, which I look at using CloudCompare and process with programs I write. I ran one of my programs on the laptop and got a LAS file, so I ran CloudCompare and tried to open it. It refused. I copied the file to the desktop and ran CloudCompare, which opened it with no problem.
Here is the description of CloudCompare, first on Focal, then on Jammy:
wajig> show cloudcompare
Package: cloudcompare
Version: 2.10.3-4build1
State: installed
Automatically installed: no
Priority: optional
Section: universe/graphics
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Uncompressed Size: 41.3 M
Depends: libavcodec58 (>= 7:4.2), libavformat58 (>= 7:4.2), libavutil56 (>= 7:4.0), libc6
(>= 2.29), libgcc-s1 (>= 3.0), libgl1, libglu1-mesa | libglu1, libgomp1 (>=
4.9), libpdal-base9 (>= 1.9.1+ds-1~exp2), libpdal-util9 (>= 1.9.1+ds-1~exp2),
libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.12.2), libqt5gui5 (>=
5.1.0), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5opengl5 (>=
5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5widgets5 (>= 5.11.0~rc1),
libstdc++6 (>= 9), libswscale5 (>= 7:4.0)
Description: 3D point cloud and mesh processing software
This is a 3D point cloud (and triangular mesh) processing software. It has been
originally designed to perform comparison between two 3D points clouds (such as the ones
obtained with a laser scanner) or between a point cloud and a triangular mesh.
It relies on a specific octree structure that enables great performances in this
particular function. It was also meant to deal with huge point clouds (typically more
than 10 millions points, and up to 120 millions with 2 GB of memory)
Homepage: http://www.danielgm.net/cc/
wajig> show cloudcompare
Package: cloudcompare
Version: 2.11.3-4
Priority: optional
Section: universe/graphics
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Gürkan Myczko <tar@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41.6 MB
Depends: libavcodec58 (>= 7:4.4), libavformat58 (>= 7:4.4), libavutil56 (>= 7:4.4),
libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgl1, libglu1-mesa | libglu1, libgomp1 (>= 6),
libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.1.0),
libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5opengl5 (>= 5.0.2),
libqt5printsupport5 (>= 5.0.2), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 11),
libswscale5 (>= 7:4.4), zlib1g (>= 1:1.1.4)
Homepage: https://www.danielgm.net/cc/
Download-Size: 29.6 MB
APT-Manual-Installed: yes
APT-Sources: http://apt.pop-os.org/ubuntu jammy/universe amd64 Packages
Description: 3D point cloud and mesh processing software
This is a 3D point cloud (and triangular mesh) processing software. It has
been originally designed to perform comparison between two 3D points clouds
(such as the ones obtained with a laser scanner) or between a point cloud
and a triangular mesh.
.
It relies on a specific octree structure that enables great performances in
this particular function. It was also meant to deal with huge point clouds
(typically more than 10 millions points, and up to 120 millions with 2 GB
of memory)
CloudCompare on Focal is built with PDAL, which reads LAS files (and I once found a bug in PDAL by opening a malformed LAS file with CloudCompare). CloudCompare on Jammy is not, even though PDAL is available (it's called base13 instead of base9). The ones obtained with a laser scanner, mentioned in both descriptions, are usually LAS files. Why doesn't it open them, and where can I get a CloudCompare for Jammy that reads LAS files?