snap 으로 FBReader 와 Chromium, Calibre 등 설치 (데비안 패키지도 가능)


How to Install and Enable Snap on Linux Mint 22, 21 or 20 - LinuxCapable
Snap is a package management system that installs and manages software on Linux distributions. Snaps are self-contained applications with all their dependencies, making them easy to install and use across different Linux distributions. They update automati
linuxcapable.com
(1) 리눅스민트는 스냅을 막았으므로 snap 설치를 가능하게 하기
sudo rm /etc/apt/preferences.d/nosnap.pref
sudo apt update
(2) snap 설치
ㄱ. $ sudo apt install snapd -y
Snap package manager and all the necessary dependencies 설치
ㄴ. Snap 작동 여부 확인
$ snap version
Example output:
snap 2.57.5+22.04ubuntu0.1
snapd 2.57.5+22.04ubuntu0.1
series 16
linuxmint 21
kernel 5.15.0-57-generic
Snap package 버전 확인이 중요함
ㄷ. 스냅 서비스 가능하게 하고 재부팅
$ sudo systemctl enable --now snapd.service
Optionally, you can check the systemctl status using the following command.
$ systemctl status snapd.service
Example output:
Snapd service systemctl status OK on Linux Mint
Snapd service systemctl status OK on Linux Mint
ㄹ. Snap core system package 설치하기 - 옵션이지만 추천
$ sudo snap install core
$ reboot
ㅁ. Snap service 작동 확인
$ sudo snap install hello-world && hello-world
The output should be “Hello World!” meaning the Snap service works and is installed correctly.
How to Install Snap Packages
(3) snap packages 설치하기
$ sudo snap install <package name>
Snap (Snapcraft) GUI store 설치하기
$ sudo snap install snap-store
To launch Snap Store
Mint Menu(윈도우 버튼) 관리 App Center
B. snap Appcenter에서 FBReader, Chromium, Calibre, Shutter, Simple ScreenRecorder, Spotify 등 설치
윈도우 버튼 누른 후 검색란에 App Center 입력하여 진입 후 검색 및 설치 (우클릭하여 바탕화면에 추가)
'성경 프로그램 > Linux' 카테고리의 다른 글
리눅스민트 22.1 에서 Verbum + Bibleworks 10 실행 (0) | 2025.05.16 |
---|---|
리눅스민트 22.1 에서 docx 파일 열기 (0) | 2025.04.01 |
Bibleworks 10 on ubuntu 24.04 LTS + 한글 2014 (0) | 2025.02.21 |
민트 21.3 XFCE에 카톡과 바이블웍스10 설치 (0) | 2024.06.14 |
Debian GNU/Linux 12 (bookworm) (0) | 2024.06.04 |