패키지 상세 정보 - lib64objc-11-dev-powerpc-cross
메타데이터
- 버전
- 11.5.0-7ubuntu1.1cross1
- 아키텍처
all- 섹션
universe/libdevel- 우선순위
optional- 소스
gcc-11-cross (24ubuntu1.1)- 기원
- Ubuntu
- 메인테이너
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- 원래 유지 관리자
- Debian GCC Maintainers <debian-gcc@lists.debian.org>
- 버그
- https://bugs.launchpad.net/ubuntu/+filebug
- 홈페이지
- http://gcc.gnu.org/
- 설명
Runtime library for GNU Objective-C applications (64bit development files)
연관성
Depends
gcc-11-cross-base (>= 11.5.0-7ubuntu1.1)
lib64gcc-11-dev-powerpc-cross (= 11.5.0-7ubuntu1.1cross1)
lib64objc4-powerpc-cross (>= 11.5.0-7ubuntu1.1cross1)
역방향 의존성
로딩 중…
설치 방법
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 lib64objc-11-dev-powerpc-cross
상태 및 파일
저장소 상태: 가상 (지연 동기화)
다운로드 크기: 180 KB
설치 크기: 808 B
구성 요소: universe
해시
SHA256: 5ea9068749113f2f7cf9a48cbd49ddc10f2b994be8fd538f758f26a007dea293 SHA1: 6527f9e81b598ad4009a88c8464cc1184fa11f4b MD5: 6160c20d69a8f49191b03910594db0aeWhat 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.