view the rest of the comments
Steam Hardware
A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.
As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title
The following is a list of suggested flairs:
[Deck] - Steam Deck related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.
If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.
These are not enforced, but they are encouraged.
Rules:
- Follow the rules of Sopuli
- Posts must be related to Steam Hardware or Steam OS in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
Thank you for pointing out the specific file, that was helpful confirmation but I do not seem to be able to run it either by running it in the command line or by changing its properties to be able to be executed as a program.
The binary is a command line only program, usual format for running it is
./pandoc inputfile -o outputfile"If you want it runable anywhere from command line, you can put the downloaded binary in ~/.local/bin
I don't know what exactly you want to use pandoc for, but you might also consider Morphosis. It's in the discovery store and I think it's a graphical front end for pandoc.
OK so I remembered. Downloaded and extracted it. Not a tool I'm familiar with but it worked fine first time. It's command line so I opened up a command prompt and got this output (snipped a bit as the output was long):
Does that help?
I see you're coming from windows so how comfortable are you with the command line? I see someone else mentioned that there is a frontend available which might be more useful to you if the answer is "not very".
FYI tab is your friend on the command line as it will autofill stuff for you. So I didn't actually type "cd Downloads/pandoc-3.9.0.2/bin/" I just typed cd Down (tab) p (tab) and it filled it to "cd Downloads/pandoc-3.9.0.2/"
edit: The ./ is essential once you're in the directory when you're running stuff this way. It essentially means "in this directory, run ...". Otherwise the shell will just look in your $PATH directories list and not find "pandoc" anywhere in it. You can add "." to your $PATH to avoid this but it's not there by default on the deck.
Mine is:
Last thing - I know you weren't confident picking the right package to download. For binaries you're always looking for stuff with "linux-amd64" or similar in the name for the deck.
There's also a cool little community that you might like called "Linux Upskill Challenge" which you can find at:
!linuxupskillchallenge@programming.dev
It brings you through basics on a day by day basis and on to slightly more advanced stuff as you go.
This comment was accidentally posted as a reply to me instead of OP, I'm tagging @supersquirrel@sopuli.xyz so he won't miss it.
Oh shit. Thanks!
This was the issue, I am fairly comfortable with the command line there are just lots of little things that were never explained to me because I have learned it all myself.
I appreciate the recommendation for a front end engine! I want pandoc for exporting org files to document/website formats from org mode in emacs so I don't need a front end but I will definitely check it out!
I actually think I still need to add pandoc to the $PATH directory so emacs can run it though.
Righto. I'll download it in the morning and get back to you with specifics.
If you haven't heard from me in 12 hours I've forgotten so give me a nudge please. Eyes closing here as it's very late. :)