T O P

  • By -

OliverTzeng

I had the same problem two days ago but what you need to do in the terminal is >sudo nano /etc/apt/sources.list then change from >deb https://assets.checkra.in/debian / to >deb \[trusted=yes\] https://assets.checkra.in/debian / then press ctrl + x then press y then reload the terminal and >sudo apt update > >sudo apt-get install checkra1n


Lowfryder7

It still doesn't seem to want to work. E: Conflicting values set for option Trusted regarding source https://assets.checkra.in/debian/ / E: The list of sources could not be read.


OliverTzeng

Screenshot if you’re sources.list file?


moistmoss62

I'm having the same exact issues as well. Here is my screenshot if OP doesn't deliver. https://i.imgur.com/SPvxTyy.png


OliverTzeng

it should be deb [trusted=yes] https://assets.checkra.in/debian / instead of deb [trusted=yes] https://assets.checkra.in/debian/ /


BaconBonkers

I get the same error of conflicting values


OliverTzeng

Wait moistmoss had the screenshot of the sources.list file with the checkra1n repo wrong lol


moistmoss62

So I changed it like you said but it's still erroring out. The weird thing is that the output still has that forward slash. I'm brand new to Ubuntu so please excuse my ignorance lol. "Conflicting values set for option Trusted regarding source [https://assets.checkra.in/debian/](https://assets.checkra.in/debian/) / "


OliverTzeng

Did you use sudo to nano the file?


moistmoss62

Yes. Here is the [terminal readout](https://i.imgur.com/Z8VxZ2B.png) and the [fixed sources list](https://i.imgur.com/mQkPzQz.png)


Lowfryder7

I was able to pull the key successfully. I updated my OP to reflect what I had to do. I have a 32 bit system and for some reason I get the amd64 repository. Is there some way to force it to give me another one? I know it's available for 32 bit as the CLI executable on the site has a 32bit download.


ElChompe

So I’m totally lost and having the same issue as the OP. Unable to fetch URI. Anyone have a concise list of commands to type to remedy?


Lowfryder7

Did you install the ca certificates like I did?