Ubuntu 24.04 flatpak program search $ flatpak search [program name] [ Example ]gangserver@SS200B:~$ flatpak search io.bassi.AmberolName Description Application ID Version Branch Remotes앰버롤 음악을 재생하며, 다른 동작은 하지 않습니다 io.bassi.Amberol 0.10.3 stable flathub OS/Ubuntu 2024.06.19
Ubuntu 24.04 flatpak repository add - flathub $ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo [ Install Log ]gangserver@SS200B:~$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoNote 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, .. OS/Ubuntu 2024.06.19
Ubuntu 24.04 Amberol Install $ flatpak install flathub io.bassi.Amberol [ Install Log ]gangserver@SS200B:~$ flatpak install flathub io.bassi.AmberolNote 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, soapplications installed by Flatpak may not appear on your desktop until thesession is restart.. OS/Ubuntu 2024.06.19
Ubuntu VMware Workstation Player install (17.x) * Delete existing installed version (Only if there is an existing installed version)$ sudo vmware-installer -u vmware-player ---------------------------------------------------------------------------------------------------------------------------------------user@localhost:~$ sudo vmware-installer -u vmware-player[sudo] user 암호: All configuration information is about to be removed. Do you wish .. OS/Ubuntu 2024.02.29
Ubuntu CPU-X AppImage execution : libfuse.so.2 error ~$ ./CPU-X-4.5.3-x86_64.AppImage dlopen(): error loading libfuse.so.2AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information~$ sudo apt install libfuse2[sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다.... OS/Ubuntu 2023.09.02
Ubuntu hwinfo install [ Installation ]$ sudo apt install hwinfo[sudo] user 암호: 패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음의 추가 패키지가 설치될 것입니다 : libhd21 libx86emu3다음 새 패키지를 설치할 것입니다: hwinfo libhd21 libx86emu30개 업그레이드, 3개 새로 설치, 0개 제거 및 2개 업그레이드 안 함.808 k바이트 아카이브를 받아야 합니다.이 작업 후 3,581 k바이트의 디스크 공간을 더 사용하게 됩니다.계속 하시겠습니까? [Y/n] y(... Log omitted ...) [ Run ]Save execution result as file$ hw.. OS/Ubuntu 2023.08.30
우분투 시스템 메뉴 아이콘 보이기/숨기기 우분투 시스템 메뉴 아이콘 보이기$ gconftool-2 --type Boolean --set /desktop/gnome/interface/menus_have_icons True 우분투 시스템 메뉴 아이콘 숨기기$ gconftool-2 --type Boolean --set /desktop/gnome/interface/menus_have_icons False * 만약 아래와 같이 gconftool-2 오류가 발생하면(미설치)-------------------------------------------------------------------------------------------------------------------$ gconftool-2 --type Boolean --set /desktop/.. OS/Ubuntu 2023.08.17
Ubuntu libssh2 library install [ Error Message ]LibSSH2 library not found!To use SSH2 connections, please install the LibSSH2 library (libssh2.so.1)! [ Solution ]- Install libssh2-1 [ Execution log ]$ sudo apt install libssh2-1패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음 새 패키지를 설치할 것입니다: libssh2-10개 업그레이드, 1개 새로 설치, 0개 제거 및 9개 업그레이드 안 함.109 k바이트 아카이브를 받아야 합니다.이 작업 후 377 k바이트의 디스크 공간을 더 사용하게 됩니다... OS/Ubuntu 2023.05.12
Ubuntu balena Etcher AppImage execution 1. Download Etcher AppImage(2023-04-23) 1.1 Etcher for Linux x64 (64-bit) (AppImage)$ wget https://github.com/balena-io/etcher/releases/download/v1.18.4/balenaEtcher-1.18.4-x64.AppImage $ wget https://github.com/balena-io/etcher/releases/download/v1.18.4/balenaEtcher-1.18.4-x64.AppImage--2023-04-23 13:41:55-- https://github.com/balena-io/etcher/releases/download/v1.18.4/balenaEtcher-1.18.4-x64... OS/Ubuntu 2023.04.23
Execution AppImage * AppImage filename : Vrew-0.13.24-x86_64.AppImage $ ls -al합계 152840drwxrwxr-x 2 user user 4096 2월 28 22:58 ./drwxr-x--- 40 user user 4096 2월 28 22:58 ../-rw-rw-r-- 1 user user 156495415 2월 28 22:35 Vrew-0.13.24-x86_64.AppImage 1. Add owner execution permission$ chmod u+x Vrew-0.13.24-x86_64.AppImage $ ls -al합계 152840drwxrwxr-x 2 user user 4096 2월 28 22:58 .drwxr-x--- 40 u.. OS/Ubuntu 2023.02.28