1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/slapt-get.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* linux/s*: add Korean translation

* systemctl: update Korean translation

* Update pages.ko/linux/sqfscat.md

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

* Update pages.ko/linux/shar.md

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

* Update pages.ko/linux/sqfstar.md

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

* shnsplit: fix typo

* semanage: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 15:05:30 +09:00

721 B

slapt-get

Slackware 패키지 관리를 위한 apt와 유사한 시스템. slapt-getrc 파일에서 패키지 소스를 구성해야 합니다. 더 많은 정보: https://software.jaos.org.

  • 사용 가능한 패키지 및 버전 목록 업데이트:

slapt-get --update

  • 패키지를 설치하거나 최신 버전으로 업데이트:

slapt-get --install {{패키지}}

  • 패키지 제거:

slapt-get --remove {{패키지}}

  • 설치된 모든 패키지를 최신 버전으로 업그레이드:

slapt-get --upgrade

  • 패키지 이름, 디스크 세트 또는 버전으로 패키지 검색:

slapt-get --search {{쿼리}}

  • 패키지에 대한 정보 표시:

slapt-get --show {{패키지}}