- Applications that have to do with hardware like that should be installed on host:
sudo abroot exec apt install testdisk
- Flatpaks are installed in your home directory so why would you need to access the root profile directory (there shouldn’t be one in the first place). The
/bin
directory is read-only, I recommend you move your own installed bins to~/.local/bin/
instead and add it to PATH. You can add it to PATH by puttingexport PATH="$HOME/.local/bin:$PATH"
in your.bashrc
Vanilla OS
Share
Backlinks
All the pages of this website containing a link to the current page.
Curious about what this means? Check this article.
Comments