this post was submitted on 20 Nov 2024
8 points (90.0% liked)

Linux

48313 readers
779 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'm trying to do this

sudo apt install intel-level-zero-gpu level-zero level-zero-dev\

to get a help me run a chatbot with gpu but the packages aren't available. where do I get them?

you are viewing a single comment's thread
view the rest of the comments
[–] eldavi@lemmy.ml 3 points 1 day ago* (last edited 1 day ago) (2 children)

do you have any intel related packages in your system? you can search with something like apt-cache search intel

if it turns out you don't and you're certain that it's okay for you then you can probably add a repository for it.

i can't stress enough the part where you need to be certain that you need it.

[–] Chimrod@jlai.lu 1 points 1 day ago (1 children)
[–] eldavi@lemmy.ml 1 points 1 day ago* (last edited 1 day ago)

if you can find the source deb package for it, you can use that to try to construct a version that's appropriate for your release.

or at least it's true to for rpm packages from the last time i encountered a barrier like this on centos.