On Monday, January 27, 2020 at 1:32:53 PM UTC+1, Maria Losdren wrote: > > Yes but there is no good documentation on Qubes how to do this in the > windows gui. > > I am a noob and i can only use step by step tutorials. >
The command line works differently on Windows. You cannot just use a program like on Linux, but you have to go to the exe file. So most likely: CD C:\Program Files (x86)\gnupg\bin then: gpg2.exe --import qubes-master-signing-key.asc (or any other command.) Note that if you copy and paste this it will not work, you also need to add the file path, e.g.: gpg2.exe --import C:\Users\*your username\Downloads\qubes-master-signing-key.asc -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/eac413e8-90b2-48be-98ab-543aee668f6b%40googlegroups.com.
