New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install xsos or rsar via yum? #67

Closed
ryran opened this Issue Aug 27, 2013 · 2 comments

Comments

Projects
None yet
1 participant
@ryran
Owner

ryran commented Aug 27, 2013

Downloading files with wget is great and all, but how can we install xsos or rsar with yum?

@ghost ghost assigned ryran Aug 27, 2013

@ryran

This comment has been minimized.

Show comment
Hide comment
@ryran

ryran Aug 27, 2013

Owner

Yum Repo + RPM

There's a Fedora/RHEL6+ yum repository @ people.redhat.com/rsawhill/rpms which contains potentially not-as-bleeding-edge RPMs for xsos and rsar (they are regularly updated, but won't always be the latest version).

To configure access to the yum repo and install xsos + rsar:

  1. Use the which command to find and remove any manually-installed versions of xsos or rsar along with any existing bash_completion files (might be necessary to run the following as normal AND root user)

    rm $(which xsos) $(which rsar) /etc/bash_completion.d/{xsos,rsar}-bash-completion.bash
    
  2. As root, run the following:

    yum install http://people.redhat.com/rsawhill/rpms/latest-rsawaroha-release.rpm
    yum install xsos rsar
    

Finally: run xsos -h or rsar -h as a normal user to see their help pages and get started.

Owner

ryran commented Aug 27, 2013

Yum Repo + RPM

There's a Fedora/RHEL6+ yum repository @ people.redhat.com/rsawhill/rpms which contains potentially not-as-bleeding-edge RPMs for xsos and rsar (they are regularly updated, but won't always be the latest version).

To configure access to the yum repo and install xsos + rsar:

  1. Use the which command to find and remove any manually-installed versions of xsos or rsar along with any existing bash_completion files (might be necessary to run the following as normal AND root user)

    rm $(which xsos) $(which rsar) /etc/bash_completion.d/{xsos,rsar}-bash-completion.bash
    
  2. As root, run the following:

    yum install http://people.redhat.com/rsawhill/rpms/latest-rsawaroha-release.rpm
    yum install xsos rsar
    

Finally: run xsos -h or rsar -h as a normal user to see their help pages and get started.

@ryran ryran closed this Aug 27, 2013

@ryran

This comment has been minimized.

Show comment
Hide comment
@ryran

ryran Aug 27, 2013

Owner

Note for the cautious/paranoid: all the RPMs uploaded there are signed with my (ryran AKA rsaw AKA Ryan Sawhill Aroha) personal GPG key which the rsawaroha-release rpm installs to /etc/pki/rpm-gpg and which yum will prompt to import. Same key also available on main page at b19.org.

Owner

ryran commented Aug 27, 2013

Note for the cautious/paranoid: all the RPMs uploaded there are signed with my (ryran AKA rsaw AKA Ryan Sawhill Aroha) personal GPG key which the rsawaroha-release rpm installs to /etc/pki/rpm-gpg and which yum will prompt to import. Same key also available on main page at b19.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment