all 18 comments

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (18 children)

Xfer the file to Linux and check there?

[–]CompleteDoubterII[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (17 children)

What do you mean by 'Xfer'?

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (16 children)

Transfer/copy

[–]CompleteDoubterII[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (15 children)

I don't have Linux. I have it as a VM, but I don't know how to transfer files there.

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (14 children)

You can use the shared folder feature of VirtualBox, or you can mount your Linux home directory as a Windows drive with something like sshfs. Or use and ftp program that supports SSH like Filezilla.

I'd do Filezilla. Just make sure in Linux you have run

sudo apt-get install openssh-server

[–]CompleteDoubterII[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (13 children)

I can't open my GPG in my Linux VM. I have Debian, and before I upgraded it, when I clicked on anything, it didn't open GnuPG. https://anonfile.com/h377p1u4n5/clip0003_avi After upgrading, I can't even find where the executable files are (I extracted the package to the documents folder). (I'll upload video proof of this part later.)

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (12 children)

I can watch your video later, but you could try restarting the VM or using Linux Mint instead.

You want to get GPG from apt-get and not try to install it manually.

sudo apt-get install gnupg2

Or maybe

sudo apt-get install gnupg

[–]CompleteDoubterII[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (11 children)

'Sudo' isn't a command, my VM says. I've looked through here (https://unix.stackexchange.com/questions/354928/bash-sudo-command-not-found) but it's not working!

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (10 children)

Which part didn't work? Can you switch to the root user?

You can just install gpg as root if that's easier.

[–]CompleteDoubterII[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (9 children)

The command 'visudo' doesn't work. I am the root user, according to the 'whoami' command. When I do the 'apt-get install sudo -y' command, it says that there's no such package available for installation.