@staryvyr said in Issues with Libertine:

A) When I am trying remove a package, for that the installation has not
been completed before (it fails for several reason, e.g. the wifi was
disconnected during install) then
libertine-container-manager remove-package -p <PACKAGE_NAME>
is giving an error message that the package is already installed
(in german).

I avoid the German reprimand and instead it tells me the package is not installed even though the list-apps shows it.

Also starting the package from the command line (as per the documentation) fails. The documentation says:

Run desktop application - Run it from the app menu like any other app. To start a graphical app from the command-line, for example gedit, run this in a terminal:
#ubuntu-app-launch <CONTAINER_ID>_<desktop_file_name>_0.0
ubuntu-app-launch xenial_gedit_0.0

I get the following:
LIST
$ libertine-container-manager list-apps
focal_foxtrotgps_0.0
focal_osmose-emulator_0.0
focal_python3.8_0.0
focal_vim_0.0
RUN
$ ubuntu-app-launch focal_foxtrotgps_0.0
-bash: ubuntu-app-launch: command not found
REMOVE
$ libertine-container-manager remove-package -p focal_foxtrotgps_0.0
libertine-container-manager:219: ERROR: remove_package(): Package 'focal_foxtrotgps_0.0' is not installed.
LIST AGAIN
$ libertine-container-manager list-apps
focal_foxtrotgps_0.0
focal_osmose-emulator_0.0
focal_python3.8_0.0
focal_vim_0.0