How to uninstall a Libertine package
-
@juangrodeja If you have nothing else vital in the container, delete the whole container by swiping right on it as above and start again. Also not sure that chromium browser works in libertine. But I may have misread that.
One tip is to put the lock when idle option in battery settings to never when working with libertine.
Oh nearly forgot in the terminal
libertine-container-manager remove-package -p Package-Name -
@lakotaubp Thanks again. The tip on the battery settings allowed me to have chromium installed on a different container. But it crashes after a bit without leaving any message. Nearly the same happened with Firefox, what did shock me. Arora runs successfully, but it is giving me problems with forms (when I start writing in the second field, it returns to the first one). And has problems with geogebra web applications.
The tip on deleting packages through the command line failed (it says that chromium-browser is not installed). -
@juangrodeja Libertine is very hit and miss. There are plenty of items on the forum about it. Have look around. If you can't delete the app or container via system setting, then probably best to access,your devices via a PC or laptop and use the terminal.commands way.
-
I would like to delete the default libertine container. I tried via terminal, then "Libertine.py:125: ERROR: _delete_rootfs(): [Errno 13] Permission denied: 'dev'" appears. I tried this also via adb shell on pc - the same... Via swipe right in system settings (Libertine) and tap on red trash symbol nothing happens. No spinning wheel...
I'm on bq m10 hd xenial 16.04 stable.
Thanks!
-
-
@Lakotaubp I looked to that and followed the instructions. Above are the results...
-
@1896er said in How to uninstall a Libertine package:
I would like to delete the default libertine container. I tried via terminal, then "Libertine.py:125: ERROR: _delete_rootfs(): [Errno 13] Permission denied: 'dev'" appears. I tried this also via adb shell on pc - the same... Via swipe right in system settings (Libertine) and tap on red trash symbol nothing happens. No spinning wheel...
I'm on bq m10 hd xenial 16.04 stable.
Thanks!
Weird. Maybe try to reboot, then try again to delete first thing after the reboot.
Ps: your question would be better served in it's own thread. It's a different problem.
-
@1896er Perhaps use sudo. So,
sudo libertine-container-manager remove-package -p PACKAGE-NAME
-
libertine-container-manager works without sudo.
What has probably happened is that some entry has been left in the .json configuration file. I am away from my UT device at the moment, so I cannot check on the correct name or path. But it should be floating around in the forums somewhere..
-
It looks like the problem is that some directories are still bind mounted in the container, and aren't being unmounted for some reason. If you reboot into recovery, you can delete the libertine container's root filesystem directory by hand, and nothing will be mounted at that point.
You can also check
mount -l | grep libertine
to see what is still mounted, and try to forcefully unmount, and then re-run thelibertine-container-manager
command to destroy the container once no mounts are left for it.