The easiest way (imho) to enable proposed is:

enable proposed:
$ sudo sh -c "echo 'deb http://us.ports.ubuntu.com/ubuntu-ports $(lsb_release 
-cs)-proposed restricted main multiverse universe' >> 
/etc/apt/sources.list.d/proposed-repositories.list" && sudo apt update
$ sudo apt update

and for completeness to disable proposed:
$ sudo rm /etc/apt/sources.list.d/proposed-repositories.list
$ sudo apt update

before installing you may check if the packages you are looking at is really 
coming from proposed:
$ apt-cache policy <package>

But you can also use packages from proposed w/o this, just by using:

install package from a special (-t = target) repository, like from proposed:
$ sudo apt-get -t $(lsb_release -cs)-proposed install <package>
or:
$ sudo apt-get install <package>/$(lsb_release -cs)-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647400

Title:
  system freeze when swapping to encrypted swap partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1647400/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to