You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On a fresh Arch container (on an Arch host), running something like sudo pacman -S nano to install nano outputs the following error:
:: Running pre-transaction hooks...
(1/1) Distrobox hook /etc/distrobox-pre-hook.sh...
call to execv failed (No such file or directory)
error: command failed to execute correctly
The application installs correctly, but I wonder what that error is.
To Reproduce
Create an Arch box with something like distrobox create -n Arch -i archlinux
Run sudo pacman -S nano after entering the container
Observe the error.
Desktop
I am using Podman version 5.2.5 on Arch Linux.
Distrobox version 1.8.0 installed through the Arch repos.
The text was updated successfully, but these errors were encountered:
Describe the bug
On a fresh Arch container (on an Arch host), running something like
sudo pacman -S nano
to install nano outputs the following error:The application installs correctly, but I wonder what that error is.
To Reproduce
distrobox create -n Arch -i archlinux
sudo pacman -S nano
after entering the containerDesktop
The text was updated successfully, but these errors were encountered: