this post was submitted on 09 Aug 2023
0 points (NaN% liked)

Linux

55417 readers
799 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 6 years ago
MODERATORS
 

Not sure what others are doing to use Ubuntu (23.04) without snaps, but this is what I am doing:

  • for Firefox I found a guide here
  • for chromium I am actually using the Linux Mint packages (which work absolutely fine), and I have just set up a small repository I can add to apt:
deb [arch=amd64 allow-insecure=yes] http://snapless.cmeerw.net/ victoria upstream
  • this just syncs from Linux Mint and only republishes chromium in the Packages file (with downloads redirected to a Linux Mint mirror). BTW, I am not signing these...

What are others doing?

all 10 comments
sorted by: hot top controversial new old
[–] db2@sopuli.xyz 0 points 2 years ago (1 children)

So you're using Mint with extra steps.

[–] cmeerw@programming.dev 0 points 2 years ago

I am using a single package from Mint, the rest is Ubuntu 23.04. Mint would otherwise be based on Ubuntu 22.04?

[–] riotrick@lemmy.world 0 points 2 years ago

You can just download the firefox tarball from their own site. And that will just update itself.

[–] DefinitelyNotBirds@lemmy.world 0 points 2 years ago* (last edited 2 years ago)
[–] AbidanYre@lemmy.world 0 points 2 years ago (2 children)

Just use debian testing or unstable.

[–] packetloss@lemmy.world 0 points 2 years ago (1 children)

This.

I just went from Arch to Debian 12 Bookworm. Running the stable branch, but so far most of the packages are rather recent. Kernel is 6.1 instead of 6.4, but I could switch to the Testing or Unstable branch to get the "bleeding edge" packages/kernels if I need to. But honestly so far it's been a real pleasure to use. Everything is just working and is stable.

[–] transistor@lemdro.id 0 points 2 years ago

Debian testing works fine for me.

[–] Frederic@beehaw.org 0 points 2 years ago* (last edited 2 years ago)

My solution is to use MX, based on Debian. All packages came as .deb so a simple sudo apt install firefox is working.