Created
March 29, 2017 16:03
-
-
Save alexblackie/69ec85305c3cb3bf2d86223f691a6240 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir softwarez ; cd softwarez | |
rpm --root `pwd` --initdb | |
dnf download --destdir=var/tmp fedora-release | |
sudo rpm --root `pwd` -ih --nodeps var/tmp/fedora-release-25-1.noarch.rpm | |
sudo dnf install --installroot=`pwd` -y vim | |
./usr/bin/vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment