this post was submitted on 20 Dec 2023
21 points (83.9% liked)

Linux

46734 readers
2477 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I used to run Kubuntu but switched to Manjaro GNOME. Unfortunately my guide to compile SyncTerm from source isn't reliable since it uses commands I don't have in an arch environment like apt and make.

Is there an easier way to install syncterm or maybe a different telnet ansii compatible client I'm unaware of that's easier to install?

Thank you!

you are viewing a single comment's thread
view the rest of the comments
[–] carcus@lemmy.ml 7 points 8 months ago* (last edited 8 months ago) (1 children)

If you’re not opposed to it, it’s in the AUR.

Edit: Sorry a more helpful answer is that you can likely find it in manjaro’s add/remove software application. Optionally, From the command line you would execute pamac search syncterm if it exists pamac install syncterm

Here’s the documentation for enabling AUR: https://docs.manjaro.org/activating-the-aur-and-building-packages-with-pamac/

[–] jezebelley3d@lemmy.zip 3 points 8 months ago* (last edited 8 months ago) (2 children)

I wouldn't be opposed. How do I install something from the AUR on Manjaro?

Edit: A quick ddg search solved it for me THANK YOU for this. I had no idea about the AUR. https://linuxconfig.org/how-to-install-a-package-from-aur-on-manjaro-linux

[–] skullgiver@popplesburger.hilciferous.nl 5 points 8 months ago* (last edited 8 months ago)

Manjaro has a guide. AUR support works fine 99% of the time, but sometimes it breaks, usually by blocking upgrades because dependency versions don't match.

Do not file issues with the AUR/Arch forums for broken AUR packages on Manjaro. AUR packages can (will) be broken occasionally or throw update errors during times when Manjaro lags behind Arch (usually lasts up to two weeks or so). There is nothing the AUR people or the Arch people can do for you to fix these errors when you enable the AUR on Manjaro; the AUR is designed to work with Arch and Arch derived software, Manjaro's "freeze for a couple of weeks to let software stabilise" release approach is not something the AUR takes into account or cares for.

I type this because a lot of people start support threads on Arch forums while running Manjaro, which is a waste of time for everyone on the Arch side who volunteers to help new users. It's the source of a lot of friction.

Alternatively, you could use something like this instead; all that needs is Docker and a web browser.

[–] carcus@lemmy.ml 4 points 8 months ago (1 children)

Edited my response to be more helpful.

[–] jezebelley3d@lemmy.zip 2 points 8 months ago