Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. - Make sure you have at least gcc 3.2 available.
  2. For more information, refer to Documentation/Changes.
  3.  
  4. ====================== =============== ========================================
  5. Program Minimal version Command to check the version
  6. ====================== =============== ========================================
  7. GNU C 3.2 gcc --version
  8. GNU make 3.80 make --version
  9. binutils 2.12 ld -v
  10. util-linux 2.10o fdformat --version
  11. module-init-tools 0.9.10 depmod -V
  12. e2fsprogs 1.41.4 e2fsck -V
  13. jfsutils 1.1.3 fsck.jfs -V
  14. reiserfsprogs 3.6.3 reiserfsck -V
  15. xfsprogs 2.6.0 xfs_db -V
  16. squashfs-tools 4.0 mksquashfs -version
  17. btrfs-progs 0.18 btrfsck
  18. pcmciautils 004 pccardctl -V
  19. quota-tools 3.09 quota -V
  20. PPP 2.4.0 pppd --version
  21. isdn4k-utils 3.1pre1 isdnctrl 2>&1|grep version
  22. nfs-utils 1.0.5 showmount --version
  23. procps 3.2.0 ps --version
  24. oprofile 0.9 oprofiled --version
  25. udev 081 udevd --version
  26. grub 0.93 grub --version || grub-install --version
  27. mcelog 0.6 mcelog --version
  28. iptables 1.4.2 iptables -V
  29. openssl & libcrypto 1.0.0 openssl version
  30. bc 1.06.95 bc --version
  31. Sphinx [#f1]_ 1.2 sphinx-build --version
  32. ====================== =============== ========================================
  33.  
  34. .. [#f1] Sphinx is needed only to build the Kernel documentation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement