linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

bbbhltz, in New Linux user here. Is this really how I'm supposed to install apps on Linux?
@bbbhltz@beehaw.org avatar

You can achieve this through graphical utilities.

Self-updating apps aren’t a big thing on Linux, so the Windows way isn’t an option…

The signing key is important for security reasons, so you definitely need to add that. After adding the repo you can just use Synaptic or whatever app store thingy Ubuntu uses.

Most of the time you shouldn’t need to fiddle with the command line and the apps you will need are available through the Software Centre and the entire process will work like on Windows.

For me, Linux was the first operating system I used that had an app store or software centre and I was pretty glad to not need to…

  • open a browser,
  • navigate to a site,
  • (hope it is the right site…)
  • download a binary executable,
  • open a file explorer,
  • launch the binary,
  • click through a list of options and agreements,
  • and finally delete the binary.
Wulpo, in New Linux user here. Is this really how I'm supposed to install apps on Linux?

AFAIK, most distros will also have a package manager/software center where you install flatpaks (or snaps if you are on ubuntu). Think of flatpaks akin to mobile apps where everything needed is all together in one package. Not all apps will be flatpaked though, and VPNs tend to be nearly always direct binaries due to needing some higher level permissions than what flatpaks will allow.

Essentially, what im saying is no, not all apps need to be manually installed, but some might need to for one reason or another. And sometimes, knowing a little about how some of these apps are installed might actually help you understand linux a little more (it has in my case)

MyNameIsRichard, in New Linux user here. Is this really how I'm supposed to install apps on Linux?
@MyNameIsRichard@lemmy.ml avatar

Normally you’d just run sudo apt install … but in this case you are adding a new repository so you have to follow the extra steps of adding the signing key and so on first.

funkajunk, in New Linux user here. Is this really how I'm supposed to install apps on Linux?
@funkajunk@lemm.ee avatar

Open the terminal and copy and paste the commands found in their install guide for Ubuntu:


<span style="color:#323232;"># Download signing key 
</span><span style="color:#323232;">sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Add the stable repository
</span><span style="color:#323232;">echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Install 
</span><span style="color:#323232;">sudo apt update
</span><span style="color:#323232;">sudo apt install mullvad-vpn
</span>
ininewcrow, in Happy 1704067200 seconds since 1970
@ininewcrow@lemmy.ca avatar

This one’s for Gnu!

mvirts, (edited ) in Wifi stopped showing in linux mint

I would check for kernel logs from the iwlwifi driver. If there is nothing in dmesg about it failing, maybe see if newer firmware is available for your device?

jw13, in What are you most excited when it comes to linux in 2024?

As a GNOME user:

A lot of development is ongoing in GNOME thanks to the Sovereign Tech Fund. I’m curious what that will bring.

Also hoping that the proposed tiling functionality will be implemented.

h_a_r_u_k_i,
@h_a_r_u_k_i@programming.dev avatar

Also excited for this. I tried KDE before but I didn’t find it easy to configure (too manually for a declarative guy like me). I like more the simplicity of Gnome.

RegalPotoo, in Is DNS Bloat too?
@RegalPotoo@lemmy.world avatar

Tbh, if you can’t tap out Ethernet frames with a Morse key and decode the response by watching the blinking of an LED wired to the RX pair then you really don’t deserve to be on the internet. Git Gud.

smileyhead, in Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?

You can do an alias for the shell you use or make a symlink to /usr/local/bin/ for the entire system.

There are importany reasons why this is not the default, but you can do it as long as you are away you have done it. Like when programs installed via package manager and flatpak starts conflicting, you’ll know why.

LainOfTheWired, in What are your opinions of Guix?
@LainOfTheWired@lemy.lol avatar

It looks like a cool distro if you want/need a highly configurable package manager that makes your system easily reproducible.

But if you’re just looking to learn more about Linux and learn more about how your system is set up then your average distro you might just want to go with Arch, Void, or Gentoo.

mvirts, in Is DNS Bloat too?

Lol … DNS is one of the pillars upon which the internets tands, a crumbling mess of a pillar but I’m sure glad we don’t have a name system built on hosts files 😹

Pantherina, in How to solve this boot error message?

Did you change your fstab, or have a full partition or something?

dafunkkk,

I not on that machine but as far as I remember it’s a full ntfs partition, don’t think I ever changed fstab

ScottE,

Your root filesystem is NTFS? That’s likely the problem - I’m surprised it boots at all. Switching to a Linux filesystem is the likely solution. You could also try a newer kernel, too - 5.10 is quite old, current LTS is 6.1. Good luck.

dafunkkk,

sorry was ext4…ops

yoz, in Based KDE 🗿

What’s plasma ? Is it a browser? Sorry, I dont understand computers

captain_aggravated,
@captain_aggravated@sh.itjust.works avatar

Unlike Windows and MacOS, the Linux ecosystem is a lot more modular. For example, graphical user interfaces. There are a few types, ranging from ruthlessly simple tiling window managers to more complex desktop environments that more closely resemble the Windows or MacOS experience.

Linux users may take their pick between about a dozen desktop environments (DEs), including Gnome, Cinnamon, Mate, xfce and LXQT.

KDE (once standing for Kool Desktop Environment, now merely KDE) is a community/organization that produces open source software. They made Krita, a raster art program, KDENLIVE, a video editor, and many other such utilities. They also make the Plasma desktop environment, which is often referred to simply as “KDE” by distro maintainers. For example, you might download Fedora GNOME or Fedora KDE.

KDE Neon is an operating system maintained by KDE which features the Plasma desktop.

yoz,

Thanks for the explanation. Really appreciate it.

Acters,

an linux operating system made by the KDE team

Blackmist,

Since when has KDE been an OS?

IlliteratiDomine,
@IlliteratiDomine@infosec.pub avatar

Plasma isn’t a KDE OS, but Neon is.

dangblingus,

Literally according to KDE’s own tweet (whatever they call tweets on mastodon) which is the subject of this thread.

1984, (edited )
@1984@lemmy.today avatar

Things are more interesting in the Linux world. Plasma is just a user interface, a desktop environment. The actual operating system is Linux. And we have so many choices for how we want our desktop environment on Linux, but Plasma is the most advanced one.

Acters,

I said its a linux operating system, and the whole installation from Desktop environment to the compiled kernel and preinstalled executables was carefully made by the KDE team. They literally said Operating system on their mastodon post, “toot,” this lemmy post shows. So its correct what I said

allywilson,

raises pendantic finger Ah-hem, sorry, but KDE Plasma isn’t an OS. It’s a desktop environment. For an OS bundled/built-around Plasma then Kubuntu or KDE Neon are both Linux distributions that would better fit that description.

glasgitarrewelt,

We could call it Plasma/Linux or as I’ve recently taken to calling it, Plasma plus Linux.

JuxtaposedJaguar,

Thank you for interjecting.

Acters, (edited )

KDE’s plasma centered Linux Operating system. So to not be overly pedantic, I stuck with what this lemmy post was about. I didn’t say the plasma desktop environment was an OS.

I said “a linux operating system made by the KDE team” in which the KDE team referenced their OS as Plasma in the Mastodon post, or “toot,” shown in this lemmy post.

psud, (edited )

Or a GNU operating system with a Linux kernel and KDE desktop environment

But that’s a mouthful

frostinger, (edited )

deleted_by_author

  • Loading...
  • DoucheBagMcSwag, (edited )

    No wonder lemmy user base Is dropping with holier than comments like this. Let me guess, you use arch too?

    frostinger, (edited )

    Oh sure, defending people who aren’t even willing to read the text of the post while also attacking the one who complains about that circumstance is better, right?

    Dracula_on_a_bike,
    @Dracula_on_a_bike@lemmy.sdf.org avatar

    Well, although usually it’s a good idea to read the original post first, in this instance the original post is at best misleading because it refers to Plasma as an “operating system” rather than a desktop environment.

    (Or for those who want to use even more precise terminology: its full name is either “Plasma Desktop” or “KDE Plasma Desktop”, because KDE also has some non-desktop environments such as Plasma Mobile and Plasma Bigscreen… none of which are as popular as Plasma Desktop, though, so usually Plasma Desktop is colloquially called just “Plasma”.)

    frostinger,

    I never said anything regarding the truth of the original posts claim; it’s just irritating when people start asking questions without even reading what was initially written.

    daed,

    Whoosh

    frostinger, (edited )

    woof woof

    Kuhelika,
    @Kuhelika@lemmygrad.ml avatar

    It’s a desktop environment for linux operating systems. Desktop environments pretty much dictate how a pc looks. KDE Plasma,Mate, Gnome, Cinnamon etc are some famous desktop environments

    smileyhead,

    KDE Plasma is an desktop environment.

    The kind of thing you interact outside of installed app/programs. Like the panels, window decorations (titles, close buttom, maximalize button), the way windows float and behave, system settings, etc.

    Unix systems (like Linux) are very modular and you can install different desktop environments if you want. And even within those desktops are modules, like you can install different “start menu” or file manager on KDE Plasma.

    TimeSquirrel, in Kernel 6.6.6 is out 😈
    @TimeSquirrel@kbin.social avatar

    Missed opportunity to bake Doom into the kernel as an Easter Egg.

    PhobosAnomaly,

    “to compile the kernel you must kill me, Linus Romero”

    oatscoop,

    … I thought Lunix was invented by the infamous Soviet computer hacker Linyos Torovoltos.

    dan, (edited )
    @dan@upvote.au avatar

    It’s an old meme but it checks out. Older than some of the people in this community haha

    For anyone that hasn’t seen it, it’s a reference to this satirical article from 2001: web.archive.org/web/…/2001.12.2.42056.2147.html

    PhobosAnomaly,

    Man I’ve seen derivatives of this stuff, but this must be the OG post - thanks for that!

    I thought the whole Lunix thing came from the elite hacker JEFF.K!!!11 so I’m chuffed there’s another level to this!

    dan, (edited )
    @dan@upvote.au avatar

    It’s funny because the first time I read it, I thought it was serious and was just written by a tech-illiterate parent. Saying that Comet Cursor and Bonzi Buddy are hacker software kinda gives away that it’s just satire though.

    oh I guess that’s also something that younger people may not know about… In the late 1990s / early 2000s, it wasn’t uncommon for people to install spyware to get things like custom mouse cursors, emoticons, and purple gorillas that help you navigate the web.

    oatscoop,

    Another mirror has the original comments. They’re exactly what you’d expect from 2001.

    d3Xt3r,

    If you see the word “LILO” during your windows startup (just after you turn the machine on), your son has installed lunix.

    Wow, that’s a blast from the past! Completely forgot that LILO used to be a thing.

    dan, (edited )
    @dan@upvote.au avatar

    I remember dealing with migrating from LILO to GRUB when I was in high school, maybe 2005ish? It’s been a while. I remember the migration from ipchains to iptables, too (which is happening again now with the iptables to nftables migration)

    I used Ubuntu at the time… It was a great distro back then. I only had dial-up so couldn’t download large files easily, and Canonical or one of their local partners would mail you a CD for free regardless of where you lived in the world. I think that helped a LOT of people get into Linux.

    d3Xt3r,

    Similar experiences here. I remember waiting for the free CDs bundles with monthly magzines, and add then I’d the CD as a mirror in my repos to update my packages lol

    Grimpen,

    Ubuntu was the distribution that had me switch from dual-booting with Windows as default to dual-booting with Linux as default.

    I also remember ordering an actual Ubuntu disc, with the extra donation to fund the mailing for free program.

    Now years later after lots of distro-hopping I just run Ubuntu LTS, and stay on the very boring LTS branch.

    haroldstork, in how do i efficiently attach audio to an image

    This might depend on where you’re uploading/how you’re playing this file, but you could add a thumbnail to the audio file? I know that vlc and mpv will play your audio file and show the thumbnail, but I’m not sure if YouTube would take that. Not sure if this is exactly what you’re looking for but it is pretty efficient.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #