Heya, I can’t for the life of me find an easy guide to installing the native linux app on ChromeOS, was wondering if someone knows how to do that quickly?
Note: Someone who has actually used ChromeOS with Linux enabled please, have downloaded and moved to Linux files, don’t know how to get it to register in desktop. Don’t think it’s the same process as Ubuntu which seems widely documented.
Hi
I have installed libnss3-dev and libgconf-2-4 is already installed however I can not get Postman to install. I have installed snapd however when i run sudo snap install postman i get the following error (running beta channel version 80, Debian 10 o a pixelbook) sudo snap install postman error: system does not fully support snapd: cannot mount squashfs image using “squashfs”: mount:
** /tmp/sanity-mountpoint-152466127: mount failed: Operation not permitted.**
Can anyone help here, really want to try and get Postman on my chromebook.
Step 1. Downlad the Postman from https://www.postman.com/downloads/
Step 2. Move the downloaded zip to a location inside linux filex
Step 3. Open up the linux terminal and navigate to where you put the zip
Step 4. Run command tar -xvf Postman-linux-x64-7.24.0.tar.gz
Step 5. You should have a Postman directory in your current working directory which has 2 subfolders, app and Postman
Step 6. Run ./Postman
These are exactly what I needed. Worked for me, thanks! The final step, the applications folder wasn’t visible to me in linux (noob here) so I had to look up the command. Perhaps this will help someone else.
Between steps 3 and 4:
3a. Move file to the same Linux share as the postman zip
3b (I suppose this replaces step 4). From the terminal, enter command:
cp Postman.desktop ~/.local/share/applications/Postman.desktop
Thanks, @BroadbandJesus your guide was excellent. I’d tried a number of different approaches but I couldn’t make it work, but thanks to you, everything is now working with Postman on my Chromebook Pixel.
I’m following your guide but as a noob as I am I don’t know exactly how to Make the folder, I mean what to do exactly in order to create those folders.
Neither have idea what to do to create the shortcut file.
Can you explain it to me step by step?
I think it would make also a better contribution for the community of noobs like me.