this post was submitted on 20 Jun 2024
28 points (100.0% liked)
Linux
48044 readers
787 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Stop. You do not want to do this.. While resources published on other sites may be full of information, that information is not always relevant to you. Don't blindly follow bad advice.
The "rpm" in "rpmfusion" refers to the filetype that Fedora's built-in package management system,
dnf
, uses.You want to use Debian's builtin package management system,
apt
, which uses the "deb" filetype.Here is an explanation of how to add Debian's "non-free" repository
Do not follow information for other distros unless you know how to extract the bits that are relevant to your distro.
In general, I recommend following the advice from Debian's wiki or website, then debian's forums if you can't find anything there, then debian specific forums elsewhere, then other distro's wikis, then any other site in a last-ditch effort.
Now that you understand the "why," here's the "how": go back to Debian's download website and download the appropriate installation image from the bullet point that says
Reason being: the smaller "netinst" images are made to work generally for most people who can plug their computer into ethernet. It's made to only use the bare minimum of disk space and get the rest of the files it needs from the internet (the "net" in "netinst").
You need the installation image that come with the "drivers" (firmware) for your WiFi card already on disk, which should automatically detect your device, find the correct firmware for it, and set up the non-free-firmware repository for you.
If that doesn't work out for you, you can try manually installing using the guide on Debian's own wiki, which I found by searching for your wifi card
BCM4360
thanks for posting such a detailed answer.
about the different debian versions: I don't know which one I should try first:
I found debian mac 12.5 netinst https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/ and I'm giving it a try.
Shouldn't that work, I'll try one of the live cds https://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/
I paste the links to check if I have the right version
Incidentally, the data size difference is so surprising: 0.66 GB (debian mac netinst) against 3.17 GB (debian live). Can I have something in between?