Skip to content

Commit

Permalink
Add manual package instructions to libertine docs (#521)
Browse files Browse the repository at this point in the history
* Add manual package instructions to libertine docs

* Fix path to /root on the host
  • Loading branch information
maciek134 committed Feb 27, 2023
1 parent 6886cb7 commit 1247fba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions userguide/dailyuse/libertine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,17 @@ Add lines like the following ones to your ``~/.bash_aliases``::

alias git='libertine-launch -i CONTAINER-IDENTIFIER git'
alias screenfetch='libertine-launch -i CONTAINER-IDENTIFIER screenfetch'
Installing packages manually
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If you want to install a package from a file, you will first have to make it available to the root user, for example by copying it to the ``/root`` directory::

cp ~/Downloads/somepackage.deb ~/.cache/libertine-container/CONTAINER-IDENTIFIER/rootfs/root/

Then install it using dpkg::

libertine-container-manager exec -i CONTAINER-IDENTIFIER -c "dpkg -i /root/somepackage.deb"

Background
----------
Expand Down

0 comments on commit 1247fba

Please sign in to comment.