Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Running NanoVNA Saver (or other software) on Linux
Have been searching the threads for this item and am wondering if..
(1) NanoVNA Saver has a port to Linux or can be run under Wine on Linux? (2) Are there any other NanoVNA software packages that run under Linux? Thank you in advance. -- William, k6whp -------------------- "Cheer up, things could get worse. So I cheered up and things got worse." |
Michael Robinson
Michael L Robinson, KC0TA “In the beginning of a change the Patriot is a scarce man, and brave, and hated and scorned. When his cause succeeds, the timid join him, for then it costs nothing to be a Patriot.” ― Mark Twain When Tyranny becomes Law, Revolution becomes Duty! On Sat, Mar 22, 2025 at 6:47?PM k6whp via groups.io <k6whp= [email protected]> wrote: Have been searching the threads for this item and am wondering if.. |
Saw this:
Install Howto Update the package index: $ sudo apt-get update Install nanovna-saver deb package: $ sudo apt-get install nanovna-saver Did this: <17:23|~>sudo apt-get update Got this: .... Get:67 jammy-security/universe Translation-en [207 kB] Get:68 jammy-security/universe amd64 DEP-11 Metadata [125 kB] Get:69 jammy-security/universe amd64 c-n-f Metadata [21.7 kB] Get:70 jammy-security/multiverse amd64 DEP-11 Metadata [208 B] Reading package lists... Done N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository ' vscodium InRelease' doesn't support architecture 'i386' E: Failed to fetch 403 Forbidden [IP: 79.143.189.67 443] E: The repository ' focal InRelease' is no longer signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. Did this: <17:25|~>sudo apt-get install nanovna-saver Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package nanovna-saver <17:26|~> Sorry to be lame; what am I missing? -- William, k6whp -------------------- "Cheer up, things could get worse. So I cheered up and things got worse." |
Yes, it runs under Linux (e.g. on a Raspberry Pi, or for that matter, on MacOS)
toggle quoted message
Show quoted text
You can download the source from the git repo, or I think there’s a package you can apt-get On Mar 22, 2025, at 16:47, k6whp <k6whp@...> wrote: |
Try doing a
$ Suso apt-cache search nanovna See what that shows (if anything) as the naming may be slightly different or not included in your versions repo. Away from a Debian based machine right now so cannot check the actual name of the package. Just searched the package repo and it’s there in: 24.04LTS 24.10 And plucky Called nanovna-saver in all of them ________________________________ From: [email protected] <[email protected]> on behalf of k6whp via groups.io <k6whp@...> Sent: Sunday, March 23, 2025 1:39:42 AM To: [email protected] <[email protected]> Subject: Re: [nanovna-users] Running NanoVNA Saver (or other software) on Linux Saw this: Install Howto Update the package index: $ sudo apt-get update Install nanovna-saver deb package: $ sudo apt-get install nanovna-saver Did this: <17:23|~>sudo apt-get update Got this: .... Get:67 jammy-security/universe Translation-en [207 kB] Get:68 jammy-security/universe amd64 DEP-11 Metadata [125 kB] Get:69 jammy-security/universe amd64 c-n-f Metadata [21.7 kB] Get:70 jammy-security/multiverse amd64 DEP-11 Metadata [208 B] Reading package lists... Done N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository ' vscodium InRelease' doesn't support architecture 'i386' E: Failed to fetch 403 Forbidden [IP: 79.143.189.67 443] E: The repository ' focal InRelease' is no longer signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. Did this: <17:25|~>sudo apt-get install nanovna-saver Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package nanovna-saver <17:26|~> Sorry to be lame; what am I missing? -- William, k6whp -------------------- "Cheer up, things could get worse. So I cheered up and things got worse." |
I just installed it in Kubuntu 24.04 from the repository via Synaptic package monitor with no errors. It executes and comes with the expected screen but I would have to go to the room with the physical machine to test operation and it's past my bedtime...
On Sun, 23 Mar 2025 03:38:18 +0000 "M0CNL via groups.io" <m1cxz.m0cnl@...> wrote: Try doing a-- 73 -Jim NU0C |
Disregard all of above. Found this..
panda@vika:~$ history 1 sudo apt update 2 sudo apt install python3-pip 3 pip3 install 4 echo 'export PATH=$PATH:/home/panda/.local/bin' >> ~/.bashrc 5 source ~/.bashrc 6 NanoVNASaver Change "panda" to your home -- such as .home/panda/ for me became /home/whp/ The rest works and, once installed, entering "NanaoVNASaver" does the trick. It comes up with "/dev/ttyACM1 (H4)" in port (in my case). Much simpler. -- William, k6whp -------------------- "Cheer up, things could get worse. So I cheered up and things got worse." |
SUSO ………. sudo perhaps ?
On Sun, 23 Mar 2025 at 20:05, k6whp via groups.io <k6whp= [email protected]> wrote: My apologies for being so dense but I cannot seem to unpack the advice |
Yes Sudo was what I meant to type but either I fat fingered it on my phone or it was auto corrected to Suso. So sorry about that.
________________________________ From: [email protected] <[email protected]> on behalf of Stephen Thornber via groups.io <stephen.g6sga@...> Sent: Sunday, March 23, 2025 8:09:50 PM To: [email protected] <[email protected]> Subject: Re: [nanovna-users] Running NanoVNA Saver (or other software) on Linux SUSO ………. sudo perhaps ? On Sun, 23 Mar 2025 at 20:05, k6whp via groups.io <k6whp= [email protected]> wrote: My apologies for being so dense but I cannot seem to unpack the advice |
Just did a quick search re nanovna-saver and mint and found a set of instructions for you to follow here:
________________________________ From: [email protected] <[email protected]> on behalf of M0CNL via groups.io <m1cxz.m0cnl@...> Sent: Monday, March 24, 2025 6:50:26 PM To: [email protected] <[email protected]> Subject: Re: [nanovna-users] Running NanoVNA Saver (or other software) on Linux Yes Sudo was what I meant to type but either I fat fingered it on my phone or it was auto corrected to Suso. So sorry about that. ________________________________ From: [email protected] <[email protected]> on behalf of Stephen Thornber via groups.io <stephen.g6sga@...> Sent: Sunday, March 23, 2025 8:09:50 PM To: [email protected] <[email protected]> Subject: Re: [nanovna-users] Running NanoVNA Saver (or other software) on Linux SUSO ………. sudo perhaps ? On Sun, 23 Mar 2025 at 20:05, k6whp via groups.io <k6whp= [email protected]> wrote: My apologies for being so dense but I cannot seem to unpack the advice |
to navigate to use esc to dismiss