this post was submitted on 07 Jan 2024
474 points (79.6% liked)

linuxmemes

21761 readers
2254 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] v81 4 points 1 year ago (13 children)

    Great, you can accomplish the bare essentials with Linux.

    Now how do I install a program called chirp for programming 2 way radios?

    Searched for a week and gave up as each set of instructions lead down a broken, redundant dependency rabbit hole with no solution in sight, Flatpack this, snap that, no explanation or even a searchable clue that could begin me a solution.

    In windows I just unzip the nightly build to a directory of my choice, run the executable and it works.

    Sure... Not everyone knows or needs to know about these edge case applications, but point stands, it works in windows, and everyone encounters an edge case sooner or later.

    I'm keen to ditch the Microsoft hole, and I have no issue with making an effort to learn, but I can't afford to or my life in hold for hours or days at a time in order to accomplish things that already work in seconds.

    I think my simple issue here is... I'm not incompetent. I can comfortably navigate a fine system in a shell, can mount and unmount, can tar -xvzf a tarball, can do most things up to writing a shell script from scratch (could cobble something

    [–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (2 children)

    No software is guaranteed to run on all platforms: the developers choose to make it available or not.

    I did some quick googling, and it seems fairly easy to install it:

    Use Ubuntu (if you're not familiar with, and don't want to be familiar with terminal basics), and install chirp from the Ubuntu App store. Snap is just a name of their package format, and their app store links to snap craft.

    If you're not using Ubuntu, that's your choice, you'll either have to install snap, then do the same, but it's more work. Or play with the terminal just a bit to follow their instructions.

    Details

    If you're on Ubuntu or have snap installed - it's a one click operation to install chirp: https://snapcraft.io/chirp-snap

    If you're on another distribution by choice: https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux

    this page has a 3 step install for mainstream Linux distributions:

    1. Install dependencies (they've listed the commands)
    2. Install chirp and Python dependencies (commands provided)
    3. Run chirp

    [–] v81 1 points 1 year ago (1 children)

    I'm no bash wizard, but I grew up with computers through the 80's and am comfortable with using a cli, doesn't bother me at all.

    My OP got messed up with the Lemmy app I'm using and thus a large chunk went missing.

    I'm actually using Raspian on a raspberry pi, and I don't think there is a binary for armhf available through the more typical means.

    For everything else I just apt-get install xxx.

    I'll revisit later.

    I appreciate the effort in your post.

    [–] [email protected] 2 points 1 year ago

    Given how Python-centric the manual install process is, I don't think CHIRP is distributed as a compiled binary, I think it's a Python application.

    load more comments (10 replies)