I solved the problem on my system with this patch:
diff /usr/lib/python3/dist-packages/apt_btrfs_snapshot.py-old
/usr/lib/python3/dist-packages/apt_btrfs_snapshot.py
122c122
< if not os.path.exists("/sbin/btrfs"):
---
> if not ( os.path.exists("/sbin/btrfs") or
> os.path.exists("/bin/btrfs") ):
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1454306
Title:
apt-btrfs-snapshot supported reports "Sorry, your system lacks support
for the snapshot feature" since update of btrfs-tools to 4.0-2 in
debian/testing
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/1454306/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs