To install a package from Debian Unstable into my Testing release I've followed a solution found at Unix & Linux.
First, I added unstable as repository in /etc/apt/sources.list.d/unstable.list
:
$ sudo cat /etc/apt/sources.list.d/unstable.list
deb http://ftp.pl.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ unstable main contrib non-free
Second, I set priorities for testing:
$ sudo cat /etc/apt/apt.conf.d/default-release
APT::Default-Release "testing";
After executing apt update update
I searched for a package nautilus-actions
which should be available for Sid
. However, running apt search nautilus-actions
give no result. Why?