I'm looking for an action that works. I've tried lxqt-sudo apt-get install %f but it won't work, not even show for other files
thunar 1.18.4 Xubuntu 20.04
I'm looking for an action that works. I've tried lxqt-sudo apt-get install %f but it won't work, not even show for other files
thunar 1.18.4 Xubuntu 20.04
Create a custom action in Thunar file manager to install .deb files manually as follows. This custom action is better than lxqt-sudo apt-get install %f because it tries to install any .deb file's required dependencies too.
Open Thunar's preferences and select Edit- -> Configure custom actions.
Add a new action by clicking the + button.
Configure the action.
Name: "Install .deb package with apt."
Command: sudo apt install ./%f
Applies to: *.deb
Click OK to save the action.
If this doesn't work install the thunar-custom-actions extension. This extension includes a predefined action called "Install with APT". Once installed and applied, right-clicking a .deb file will show this option alongside other choices.