Forrest logo
back to the distrobox-export tool

distrobox-export:tldr:48abb

distrobox-export: Unexport/delete an exported application.
$ distrobox-export --app ${package} --delete
try on your machine

This command seems to be using the "distrobox-export" utility to perform an exporting operation on a certain application ("${package}"). The "--app" flag specifies the application to be exported.

The "${package}" represents a variable that should contain the name or identifier of the desired application. It could be substituted with the actual application name when executing the command.

The "--delete" flag is used to indicate that the application should be deleted after the export process is completed. It implies that the user wants to remove the application from its current location after exporting it.

Overall, this command is likely used to export a specific application using the "distrobox-export" utility and then delete the application from its original location.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the distrobox-export tool