Skip to content

Commit

Permalink
apk: add Japanese translation (#15713)
Browse files Browse the repository at this point in the history
Co-authored-by: Wiktor Perskawiec <[email protected]>
  • Loading branch information
kawana77b and spageektti authored Feb 11, 2025
1 parent 36b1be0 commit 8392a65
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pages.ja/linux/apk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# apk

> Alpine Linux のパッケージ管理ツールです。
> もっと詳しく: <https://manned.org/apk>
- 全てのリモートリポジトリからリポジトリインデックスを更新する:

`apk update`

- 新しいパッケージをインストールする:

`apk add {{パッケージ名}}`

- パッケージの削除:

`apk del {{パッケージ名}}`

- パッケージを修復、または主な依存関係を変更せずにアップグレードする:

`apk fix {{パッケージ名}}`

- キーワードでパッケージを検索する:

`apk search {{キーワード}}`

- 特定のパッケージに関する情報を表示する:

`apk info {{パッケージ名}}`

0 comments on commit 8392a65

Please sign in to comment.