1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 10:15:46 +02:00

apk: add Japanese translation (#15713)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
shimarisu_121 2025-02-11 20:55:08 +09:00 committed by GitHub
parent 36b1be0b06
commit 8392a65baf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
pages.ja/linux/apk.md Normal file
View file

@ -0,0 +1,28 @@
# apk
> Alpine Linux のパッケージ管理ツールです。
> もっと詳しく: <https://manned.org/apk>
- 全てのリモートリポジトリからリポジトリインデックスを更新する:
`apk update`
- 新しいパッケージをインストールする:
`apk add {{パッケージ名}}`
- パッケージの削除:
`apk del {{パッケージ名}}`
- パッケージを修復、または主な依存関係を変更せずにアップグレードする:
`apk fix {{パッケージ名}}`
- キーワードでパッケージを検索する:
`apk search {{キーワード}}`
- 特定のパッケージに関する情報を表示する:
`apk info {{パッケージ名}}`