Given a local package name, I would like to open the corresponding Launchpad project in the browser. apport-bug supports this, but requires first filing a bug. I would like to go on Launchpad to read the changelog or search for duplicate bugs.
My current manual workflow is this: Retrieve the package name from dpkg -S /path or apt list --upgradable. Convert to a project name if dpkg -s packagename has a Source: line. Manually type in https://launchpad.net/ubuntu/+source/projectname in Firefox.
I would like mycommand subcommand [pid | packagename | program path] to automatically open that one Launchpad page. Launchpad sometimes takes a few seconds to load, so I don't want to need to visit multiple Launchpad pages. Is there a built-in command that supports this?
Furthermore, the Launchpad.net search feature suggested by @user1898883 is broken. https://launchpad.net/+search?field.text=aspnetcore-runtime-10.0 and https://launchpad.net/+search?field.text=dotnet10&field.actions.search=Search both return the unrelated https://bugs.launchpad.net/bugs/10 and https://answers.launchpad.net/ubuntu/+question/10 .