technote:linux-repository
This is an old revision of the document!
Table of Contents
Installing TapeTrack Via Repository
Tapetrack can be installed manually by downloading the Linux RPM's available at https://mirror-us.tapetrack.com/ (see Installing TapeTrack
Prerequisites
Redhat based Linux operating system:
- RedHat
- CentOS
- Fedora
- Oracle Linux
- ClearOS
dnf-plugins-core
Add TapeTrack Repository
Create file for repository /etc/yum.repos.d/tapetrack.repo.
cat > /etc/yum.repos.d/tapetrack.repo <<'EOF' [tapetrack] name=Tapetrack Repository baseurl=https://mirror-us.tapetrack.com/ enabled=1 gpgcheck=0 repo_gpgcheck=0 metadata_expire=300 EOF
Set permissions
chmod 644 /etc/yum.repos.d/tapetrack.repo
Refresh Meta Data
dnf clean all dnf makecache
Verify Repository Works
dnf --disablerepo="*" --enablerepo="tapetrack" list available
Install TapeTrack
dnf install 'tapetrack*'
technote/linux-repository.1780027517.txt.gz · Last modified: 2026/05/29 04:05 by Scott Cunliffe
