-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apk: add Japanese translation (#15713)
Co-authored-by: Wiktor Perskawiec <[email protected]>
- Loading branch information
1 parent
36b1be0
commit 8392a65
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {{パッケージ名}}` |