You are not logged in.

#1 2022-04-08 12:49

ForestHawk
Member
Registered: 2022-03-29
Posts: 9

[SOLVED]cannot install from unsigned repo - MS Edge Dev Browser

Discover Updates Error Q4OS KDE 4.8

Cannot install from unsigned repo The following packages cannot be authenticated: microsoft-edge-dev


Any ideas?

Last edited by ForestHawk (2022-04-10 16:14)


Energy Flows where you Intention Goes.

Offline

#2 2022-04-09 12:02

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: [SOLVED]cannot install from unsigned repo - MS Edge Dev Browser

Try to add Microsoft keyring:

$ sudo apt install curl
$ curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft-key.gpg
$ sudo install -o root -g root -m 644 microsoft-key.gpg /etc/apt/trusted.gpg.d/

Reboot

Last edited by q4osteam (2022-04-09 15:41)

Offline

#3 2022-04-09 15:27

ForestHawk
Member
Registered: 2022-03-29
Posts: 9

Re: [SOLVED]cannot install from unsigned repo - MS Edge Dev Browser

Thanks for the quick reply and instruction.

Installed Curl and ran Curl script Okay,

but on sudo install it seems to need more after the last line?

install: missing destination file operand After  'microsoft-key.gpg/etc/apt/trusted.gpg.d/'


Energy Flows where you Intention Goes.

Offline

#4 2022-04-09 15:42

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: [SOLVED]cannot install from unsigned repo - MS Edge Dev Browser

We have updated the instructions, try to run them one by one once again.

Offline

#5 2022-04-09 18:18

ForestHawk
Member
Registered: 2022-03-29
Posts: 9

Re: [SOLVED]cannot install from unsigned repo - MS Edge Dev Browser

Q4OS Team Rocks!

That did the trick  Latest MS Edge Dev build on Q4OS 4.8!

Thank you


Energy Flows where you Intention Goes.

Offline

Board footer

Powered by FluxBB