Forrest logo
back to context overview

distrobox-export

List of commands for distrobox-export:

  • distrobox-export:tldr:46e2c distrobox-export: Export a binary from the container to the host.
    $ distrobox-export --bin ${path-to-binary} --export-path ${path-to-binary_on_host}
    try on your machine
    explain this command
  • distrobox-export:tldr:48abb distrobox-export: Unexport/delete an exported application.
    $ distrobox-export --app ${package} --delete
    try on your machine
    explain this command
  • distrobox-export:tldr:50bfc distrobox-export: Export a service from the container to the host (`--sudo` will run the service as root inside the container).
    $ distrobox-export --service ${package} --extra-flags "--allow-newer-config" --sudo
    try on your machine
    explain this command
  • distrobox-export:tldr:a4799 distrobox-export: Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list).
    $ distrobox-export --app ${package_name} --extra-flags "--foreground"
    try on your machine
    explain this command
back to context overview