====== Add TapeTrack Sync And Utilities To Linux ====== These instructions are based on installing Linux Intel 32 Bit on Fedora from the command line using yum and wget. If installing on other Linux systems please make any adjustments required. ===== Downloading RPM ===== Instructions to download RPM use wget, if required install wget yum install wget Download latest RPM's from https://mirror-us.tapetrack.com/releases/Linux-x86/ \\ (other Linux installations are available at https://mirror-us.tapetrack.com/releases/) ==== Example ==== wget https://mirror-us.tapetrack.com/releases/Linux-x86/tapetrack-clients-2021.3-1.i686.rpm wget https://mirror-us.tapetrack.com/releases/Linux-x86/tapetrack-server-2021.3-1.i686.rpm ===== Install Dependencies ===== While you may have some of these dependencies installed trying to install them again will only let you know they already exist. Dependencies required: * glibc*.i686 * zlib.i686 * libssh.so.* * libcurl.so.4 * libstdc++-devel.i686 ==== Example ==== yum install glibc*.i686 ===== Install RPM ===== Install tapetrack-clients-2021.3-1.i686.rpm rpm -i tapetrack-clients-2021.3-1.i686.rpm {{tag> technote sync linux util install}}