TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:linux-repository

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
technote:linux-repository [2026/05/29 03:57] – created Scott Cunliffetechnote:linux-repository [2026/05/29 04:13] (current) – [Install TapeTrack] Scott Cunliffe
Line 1: Line 1:
 ====== Installing TapeTrack Via Repository ====== ====== Installing TapeTrack Via Repository ======
  
-Tapetrack +Tapetrack can be installed manually by downloading the Linux RPM's available at [[https://mirror-us.tapetrack.com/]] (see [[server:installing:linux|Installing TapeTrack]]), including adding the dependencies  glibc.i68, zlib.i686, libstdc++.i686, libssh.i686.   
 + 
 +The repository at [[https://mirror-us.tapetrack.com/repodata/]] allows you to download and install both TapeTrack and the required dependencies in an automated process.
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 30: Line 32:
 </code> </code>
  
-Set permissions +=== Set permissions === 
 + 
  
 <code> <code>
 chmod 644  /etc/yum.repos.d/tapetrack.repo chmod 644  /etc/yum.repos.d/tapetrack.repo
 +</code>
 +
 +==== Refresh Meta Data ====
 +
 +
 <code> <code>
 +dnf clean all
 +dnf makecache
 +</code>
 +
 +==== Verify Repository Works ====
 +
 +<code>
 +dnf --disablerepo="*" --enablerepo="tapetrack" list available
 +</code>
 +
 +==== Install TapeTrack ====
 +
 +<code>
 +dnf install 'tapetrack*'
 +</code>
 +
 +
 +{{tag> technote linux install repo}}
  
technote/linux-repository.1780027076.txt.gz · Last modified: 2026/05/29 03:57 by Scott Cunliffe