OS/Ubuntu

Ubuntu 24.04 Flatpak install

강서버 2025. 3. 28. 01:59
반응형

1. Install Flatpak

$ sudo apt install flatpak

 

[ Execution log ]

( Eng )

gangserver@TCM73-U0816:~$ sudo apt install flatpak
[sudo] password for gangserver: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libostree-1-1
Suggested packages:
  malcontent-gui
The following NEW packages will be installed:
  flatpak libostree-1-1
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,723 kB of archives.
After this operation, 6,469 kB of additional disk space will be used.
Do you want to continue? [Y/n] y

(... Log omitted ...)

 

( Kor )

gangserver@RC530-U:~$ sudo apt install flatpak
[sudo] gangserver 암호: 
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음의 추가 패키지가 설치될 것입니다 :
  libostree-1-1
제안하는 패키지:
  malcontent-gui
다음 새 패키지를 설치할 것입니다:
  flatpak libostree-1-1
0개 업그레이드, 2개 새로 설치, 0개 제거 및 8개 업그레이드 안 함.
1,723 k바이트 아카이브를 받아야 합니다.
이 작업 후 6,469 k바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까? [Y/n] y
(... 로그 생략 ...)

 

 

2. Install GNOME Software Flatpak plugin

$ sudo apt install gnome-software-plugin-flatpak

 

[ Execution log ]

( Eng )

gangserver@TCM73-U0816:~$ sudo apt install gnome-software-plugin-flatpak
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  gnome-software gnome-software-common gnome-software-plugin-snap libflatpak0
  libfwupd2
The following NEW packages will be installed:
  gnome-software gnome-software-common gnome-software-plugin-flatpak
  gnome-software-plugin-snap libflatpak0 libfwupd2
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,275 kB of archives.
After this operation, 5,054 kB of additional disk space will be used.
Do you want to continue? [Y/n] y

(... Log omitted ...)

 

( Kor )

gangserver@RC530-U:~$ sudo apt install gnome-software-plugin-flatpak
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음의 추가 패키지가 설치될 것입니다 :
  gnome-software gnome-software-common gnome-software-plugin-snap libflatpak0
다음 새 패키지를 설치할 것입니다:
  gnome-software gnome-software-common gnome-software-plugin-flatpak
  gnome-software-plugin-snap libflatpak0
0개 업그레이드, 5개 새로 설치, 0개 제거 및 8개 업그레이드 안 함.
1,136 k바이트 아카이브를 받아야 합니다.
이 작업 후 4,548 k바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까? [Y/n] y
(... 로그 생략 ...)

 

 

3. Add the Flathub repository

$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

[ Execution log ]

gangserver@RC530-U:~$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/gangserver/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

 

4. Restart your system

 

 

 

[ Reference ]

https://flathub.org/ko/setup/Ubuntu

 

Flathub - Apps for Linux

Find and install hundreds of apps and games for Linux. Enjoy Firefox, Telegram, RetroArch, GIMP and many more!

flathub.org

 

 

728x90
반응형