파일방2025. 8. 25. 15:40

패키지 설치하려다가 Makeself version 이라는 문구가 나와서 검색해봄

대개는 .run 이나 .sh 으로 만들어지는건데 머.. 리눅스에서 딱히(?) 확장자가 의미가 있는 것도 아니니 머..

$ ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin -v
Unrecognized flag : -v
Makeself version 2.4.0
 1) Getting help or info about ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin :
  ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --help   Print this message
  ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --info   Print embedded info : title, default target directory, embedded script ...
  ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --lsm    Print embedded lsm entry (or no LSM)
  ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --list   Print the list of files in the archive
  ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin --check  Checks integrity of the archive

 2) Running ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin :
  ./eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin [options] [--] [additional arguments to embedded script]
  with following options (in that order)
  --confirm             Ask before running embedded script
  --quiet Do not print anything except error messages
  --accept              Accept the license
  --noexec              Do not run embedded script
  --keep                Do not erase target directory after running
the embedded script
  --noprogress          Do not show the progress during the decompression
  --nox11               Do not spawn an xterm
  --nochown             Do not give the extracted files to the current user
  --nodiskspace         Do not check for available disk space
  --target dir          Extract directly to a target directory (absolute or relative)
                        This directory may undergo recursive chown (see --nochown).
  --tar arg1 [arg2 ...] Access the contents of the archive through the tar command
  --                    Following arguments will be passed to the embedded script

$ file eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin 
eiq-toolkit-v1.16.0.106-1_amd64_b250703.deb.bin: POSIX shell script executable (binary data)

 

패키지야 설치하면 되긴 하는 듯.

$ makeself
명령어 'makeself' 을(를) 찾을 수 없습니다. 그러나 다음을 통해 설치할 수 있습니다:
sudo apt install makeself

[링크 : https://makeself.io/]

[링크 : https://ko.wikipedia.org/wiki/.run_(makeself)]

[링크 : https://www.solanara.net/solanara/makeself]

 

'파일방' 카테고리의 다른 글

glade - gtk/gnome rad tool  (0) 2025.08.18
nagios  (0) 2025.07.25
suricata  (0) 2025.07.25
hping  (0) 2025.07.25
ntpwedit  (0) 2025.05.16
Posted by 구차니