OS/구름 OS

구름 OS 4.2 Snap Store 설치

강서버 2025. 3. 12. 01:15
반응형

그냥 apt로 Snap Store 설치 시 오류 발생

$ sudo apt install snap-store

 

gangserver@gooroom:~$ sudo apt install snap-store
[sudo] gangserver 암호: 
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
E: snap-store 패키지를 찾을 수 없습니다

 

 

[ 해결 방안 ]

1. snapd 설치

$ sudo apt update
$ sudo apt install snapd

 

2. Snap Store 설치

$ sudo snap install snap-store

 

 

[ 설치 로그 ]

gangserver@gooroom:~$ sudo apt update
[sudo] gangserver 암호: 
기존:1 http://update.gooroom.kr/gooroom gooroom-4.0 InRelease
기존:2 http://security.debian.org/debian-security bookworm-security InRelease  
기존:3 http://deb.debian.org/debian bookworm InRelease                         
기존:4 http://deb.debian.org/debian bookworm-updates InRelease         
기존:5 https://packages.microsoft.com/repos/edge stable InRelease              
기존:6 https://dl.google.com/linux/chrome/deb stable InRelease                 
패키지 목록을 읽는 중입니다... 완료     
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
All packages are up to date.

 

gangserver@gooroom:~$ sudo apt install snapd
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
The following additional packages will be installed:
  apparmor squashfs-tools
제안하는 패키지:
  apparmor-profiles-extra apparmor-utils
다음 새 패키지를 설치할 것입니다:
  apparmor snapd squashfs-tools
0개 업그레이드, 3개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
15.7 M바이트 아카이브를 받아야 합니다.
이 작업 후 64.5 M바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까? [Y/n] y
(... 로그 생략 ...)

 

 

gangserver@gooroom:~$ sudo snap install snap-store
Warning: /snap/bin was not found in your $PATH. If you've not restarted
         your session since you installed snapd, try doing that. Please see
         https://forum.snapcraft.io/t/9469 for more details.

snap-store (2/stable) 0+git.7a3a49a6 from Canonical✓ installed

 

 

 

- Snap Store 삭제

$ sudo snap remove snap-store
$ sudo apt remove snapd

 

[ 로그 ]

gangserver@gooroom:~$ sudo snap remove snap-store
snap-store removed


gangserver@gooroom:~$ sudo apt remove snapd
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음 패키지를 지울 것입니다:
  snapd
0개 업그레이드, 0개 새로 설치, 1개 제거 및 0개 업그레이드 안 함.
이 작업 후 61.4 M바이트의 디스크 공간이 비워집니다.
계속 하시겠습니까? [Y/n] y
(... 로그 생략 ...)

 

 

[ 참고 ]

https://snapcraft.io/install/snap-store/ubuntu#install

 

Install Snap Store on Ubuntu using the Snap Store | Snapcraft

Get the latest version of Snap Store for on Ubuntu - Snap Store is a graphical desktop application for discovering, installing and managing snaps on Linux.

snapcraft.io

 

 

728x90
반응형