0

I'm unable to uncheck "Pre-released updates" from Developer Options in "Software & Updates" application.

When I click to uncheck the system asks for my password and after that nothing happens.

Is it possible to unable by command line or editing some file?

checkbox doesnt works

I'm using Ubuntu 20.04.

Kulfy
  • 18,154

2 Answers2

0

Solution:

Delete theses files ()

sudo rm /etc/apt/sources.list.d/proposed.list.save
sudo rm /etc/apt/sources.list.d/proposed.list

Restart the system Go to "Software & Updates" and the "Pre-released updates" will be unchecked.

Thanks @Kulfy

0

go to

cd /etc/apt/sources.list.d

and delete

  • ubuntu-[your version name]-proposed.list
  • ubuntu-[your version name]-proposed.list.save

using sudo rm as mentioned.

A.K.
  • 136
  • 1
  • 13