I want to install seafile client within my libertine container.
First I added the ppa with:
libertine-container-manager configure -a "ppa:seafile/seafile-client" -i myContainerID
Then I updatet with:
libertine-container-manager update -i myContainerID
Finally I tried to install seafile-gui and seafile-cli with:
libertine-container-manager install-package --id myContainerID --package seafile-gui
libertine-container-manager install-package --id myContainerID --package seafile-cli
But I just get the error "E: Unable to locate package seafile-gui"
I tried it now to execute the app-apt-repository directly in the default container, which is my example-container:
libertine-container-manager exec -c "add-apt-repository ppa:seafile/seafile-client"
Well, this command stops with the fallowing error:
mktemp: failed to create directory via template ‘/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX’: No such file or directory
install-packagesubcommand, but the odds are you may need to compile this yourself using a chroot or other mechanism if you want a vivid build. – Larry Price Sep 21 '16 at 20:37