Skip to content

Instantly share code, notes, and snippets.

@alexblackie
Created March 29, 2017 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexblackie/69ec85305c3cb3bf2d86223f691a6240 to your computer and use it in GitHub Desktop.
Save alexblackie/69ec85305c3cb3bf2d86223f691a6240 to your computer and use it in GitHub Desktop.
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