Guest User

Untitled

a guest
Dec 11th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. mkdir -p /home/user/util-linux /home/user/bin
  2. cp /home/user/MyDocs/util-linux_2.13.1.1-1_armel.deb /home/user/util-linux
  3. cd /home/user/util-linux
  4. dpkg-deb -x util-linux_2.13.1.1-1_armel.deb root
  5. cp root/sbin/fdisk /home/user/bin/
  6. cd ..
  7. rm -rf util-linux
Add Comment
Please, Sign In to add comment