패키지 상세 정보 - linux-tools-6.17.0-6-generic

메타데이터
버전
6.17.0-6.6
아키텍처
amd64
섹션
devel
우선순위
optional
소스
linux
기원
Ubuntu
메인테이너
Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
버그
https://bugs.launchpad.net/ubuntu/+filebug
설명

Linux kernel version specific tools for version 6.17.0-6

연관성
역방향 의존성
로딩 중…
설치 방법

1단계: 이 APT 서버 추가

Option A: Using APKG CLI (recommended):

sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/4

Don't have apkg? See how to install APKG CLI.

Option B: Manual bash setup:

sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update

2단계: 패키지 설치

sudo apt install linux-tools-6.17.0-6-generic
상태 및 파일

저장소 상태: 가상 (지연 동기화)

다운로드 크기: 1 KB

설치 크기: 316 B

구성 요소: main


해시
SHA256: 045aef21e3de5687850d04689bb06d672a203df12780d8607e2980b0a6509cf3 SHA1: 3c68525f3f9576e2c8f1fb51bf14203573f48106 MD5: ba29536d5f6c911127b0f0449af31237
What is a Package?

A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.

How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.