2

I've tried to install nautilus-actions using this guide after a few others:

https://ubuntuhandbook.org/index.php/2019/01/install-nautilus-actions-ubuntu-18-04/

At step 2 it says:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package filemanager-actions-nautilus-extension

Any advice appreciated, I'm willing to try another file manager too. Thanks!

1 Answers1

0

For Ubuntu 20.04 LTS the correct package name is filemanager-actions. Install it with:

sudo apt-get install filemanager-actions

Nautilus support is contained in second package named nautilus-extension-fma. You can install it with:

sudo apt-get install nautilus-extension-fma
N0rbert
  • 103,263