Skip to content

Instantly share code, notes, and snippets.

@nghuuphuoc
Last active March 17, 2021 02:58

Revisions

  1. nghuuphuoc revised this gist Dec 23, 2013. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    # Enable Fedora Extra Packages for Enterprise Linux (EPEL) repos
    $ wget http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
    $ sudo rpm -ivh epel-release-6-8.noarch.rpm
    $ rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

    # Install npm from the epel repos
    $ sudo yum install npm --enablerepo=epel
  2. nghuuphuoc created this gist Nov 10, 2013.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Enable Fedora Extra Packages for Enterprise Linux (EPEL) repos
    $ wget http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
    $ sudo rpm -ivh epel-release-6-8.noarch.rpm

    # Install npm from the epel repos
    $ sudo yum install npm --enablerepo=epel