guake: fix typo, linux/g*: add Korean translation (#14704)

* linux/g*: add Korean translation

* guake: fix typo

* Update pages.ko/linux/genisoimage.md

Co-authored-by: Chooooo <contact@choo.ooo>

* linux/gnome-extensions: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-11 12:04:46 +09:00
committed by GitHub
parent 1be22f6d8b
commit 7598cffb1a
41 changed files with 839 additions and 1 deletions

24
pages.ko/linux/gdebi.md Normal file
View File

@@ -0,0 +1,24 @@
# gdebi
> `.deb` 파일을 쉽게 설치합니다.
> 더 많은 정보: <https://www.commandlinux.com/man-page/man1/gdebi.1.html>.
- 로컬 `.deb` 패키지를 설치하고 의존성을 해결하여 설치:
`gdebi {{경로/대상/패키지.deb}}`
- 진행 정보를 표시하지 않음:
`gdebi {{경로/대상/패키지.deb}} --quiet`
- APT 구성 옵션 설정:
`gdebi {{경로/대상/패키지.deb}} --option={{APT_옵션}}`
- 대체 루트 디렉토리 사용:
`gdebi {{경로/대상/패키지.deb}} --root={{경로/대상/루트_폴더}}`
- 버전 표시:
`gdebi --version`