I'd like to install libqt5qmlmodels5 from packages.ubuntu.com.
The library exists in [universe] for [groovy]
[hirsute]
[impish]
.
I'm on Ubuntu 20.04.2 LTS [focal]
, so apt install
doesn't work.
Can I still install the library?
I looked at "Download Source Package", and there are many things there.
Do I copy and paste the files found in the fileslist (where do I get those files from)?
What's the conincal way to install this library being on focal?
libQt5QmlModels.so
to link against. It would seem silly to upgrade an entire operating system or recursively upgrade packages to get it. Thank you for clarifying this. Maybe I can find it and build from source instead. In response to the XY Problem, I just want to build a qt application from a github project I found. It fails to build with/usr/bin/ld.gold: error: cannot find -lQt5QmlModel
. I'm thinking if I have what I need to link against, I can build the application. I was looking for a non-evasive way of achieving that. – Trevor Hickey Aug 19 '21 at 02:25