Installing packages from AUR
-
Search for the package here
-
Acquire build files
There are two methods:
-
Clone the git repository that is labeled as the "Git Clone URL" in
Installing packages from AUR
Search for the package here
Acquire build files
There are two methods:
Clone the git repository that is labeled as the "Git Clone URL" in
- Use original boot media(DVD, USB) Its important you have this
Restart the computer with the original installation media (that’s either the DVD or the USB flash drive)
Click Repair your computer
At the Choose an option screen, click Troubleshoot
Click Advanced options
Click Command Prompt
Type this command:
chkdsk C: /f /x /r
wget https://nodejs.org/dist/v6.10.1/node-v6.10.1-linux-x64.tar.xz
mkdir node
tar xvf node-v*.tar.?z --strip-components=1 -C ./node
mkdir node/etc
echo 'prefix=/usr/local' > node/etc/npmrc
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y nodejs |
curl https://github.com/ruby/ruby/commit/801e1fe46d83c856844ba18ae4751478c59af0d1.diff > openssl.patch | |
rvm install --patch ./openssl.patch ["ruby version you want to install"] |