سلام
گروه نرم افزاری winrar فهمیدم نسخه linux هم داره تولید میکنه و میخواستم تستش کنم و موقع دانلود به آدرس زیر:
https://www.win-rar.com/download.html?&L=0وقتی اون فایل رو باز میکنم با فایل هایی که توی عکس گذاشتم روبرو میشم و نمیدونم این رو باید چجوری نصب کنم:
محتویات فایل readme:
   RAR archiver:
 * RAR introduces an original compression algorithm.  It provides
   high compression ratios on executable files, object libraries,
   large text files, etc.
 * RAR provides functionality for creating a 'solid' archive, which
   can raise the compression ratio by 10% - 50% over more common
   methods, particularly when packing large numbers of small files.
 * RAR offers the ability to create and change SFX archives using
   default and external SFX modules.
 * RAR offers the ability to create a multi-volume archive as SFX.
 * RAR offers a number of service functions, such as encrypting files,
   adding archive comments and repairing physically damaged archives.
محتویات فایل makefile:
###################################################################
# Installing RAR executables, configuration files and SFX modules #
# to appropriate directories                                      #
###################################################################
PREFIX=/usr/local
install:
	mkdir -p $(PREFIX)/bin
	mkdir -p $(PREFIX)/lib
	cp rar unrar $(PREFIX)/bin
	cp rarfiles.lst /etc
	cp default.sfx $(PREFIX)/lib