5

When I try to install BackUps, it pops up a message saying: Package name deja-dup-backend-gvfs could not be resolved.

Is there a way to fix/work around this?

drpeppercan
  • 263
  • 2
  • 12

1 Answers1

6

In live system you need to add universe repository by

sudo add-apt-repository universe
sudo apt update

It is not enabled there, but is enabled in an installed system.

Pilot6
  • 90,100
  • 91
  • 213
  • 324