lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 292 forks source link

what would it take to get this to run under windows 10 ( >=2004 ) WSL2 ? #575

Open TheBigBear opened 3 years ago

TheBigBear commented 3 years ago

what would it take to get this to run under windows 10 ( >=2004 ) WSL2 ? Seeing It runs on cygwin, Surely it could be made to run under WSL2 as well?

maelvls commented 3 years ago

Not sure (I don't have a Windows machine on hand), but I would say lpass should run flawlessly under WSL2 if you choose to run Ubuntu 20.04 (focal). Just install it with

sudo apt install lastpass-cli
lpass login <your-email-address>

and you should be good to go!

chadmyers commented 3 years ago

I did this and got "Unable to locate package lastpass-cli" when I did sudo apt install lastpass-cli.

I had to do sudo apt-get update first and then I was able to get sudo apt install lastpass-cli to work.