For my rust project I need to install libsoup 3.0, Ubuntu 22.04 does not want to install it.
Outptut when I build the rust project is failed to run custom build command for soup3-sys v0.5.0
I've tried to install
sudo apt install libsoup-3.0Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package libsoup-3.0E: Couldn't find any package by glob 'libsoup-3.0'