this post was submitted on 20 Nov 2024
10 points (91.7% liked)

Linux

48301 readers
790 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?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 19 hours ago* (last edited 18 hours ago)

The .deb package can be found on Github.

~~I find it peculiar that it doesn't seem to be packaged by any distro. Debian does have a package called level-zero. But, while they're linked, it doesn't seem to be the exact same thing.~~

Edit: It's packaged under intel-compute-runtime.

[–] [email protected] 4 points 23 hours ago* (last edited 23 hours ago) (1 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.

[–] [email protected] 1 points 4 hours ago (1 children)
[–] [email protected] 1 points 3 hours ago* (last edited 3 hours 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.

[–] 0x4E4F 1 points 23 hours ago

First, what distro? Second, what are the exact libs the package is looking for?