Advertisement
lamiastella

yum list installed '*package_name*' for cafe

Sep 24th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. #confirm if all the necessary packages for Cafe are installed
  2.  
  3. (venv)[jalal@ivcgpu1 gpustat]$ yum installed list '*protobuf-devel*'
  4. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  5. : versionlock
  6. Loading support for Red Hat kernel ABI
  7. No such command: installed. Please use /usr/bin/yum --help
  8. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*protobuf-devel*'
  9. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  10. : versionlock
  11. Loading support for Red Hat kernel ABI
  12. Loading mirror speeds from cached hostfile
  13. 152 packages excluded due to repository priority protections
  14. Installed Packages
  15. protobuf-devel.x86_64 2.5.0-8.el7 @base
  16. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*leveldb-devel*'
  17. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  18. : versionlock
  19. Loading support for Red Hat kernel ABI
  20. Loading mirror speeds from cached hostfile
  21. 152 packages excluded due to repository priority protections
  22. Installed Packages
  23. leveldb-devel.x86_64 1.12.0-11.el7 @epel
  24. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*snappy-devel*'
  25. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  26. : versionlock
  27. Loading support for Red Hat kernel ABI
  28. Loading mirror speeds from cached hostfile
  29. 152 packages excluded due to repository priority protections
  30. Installed Packages
  31. snappy-devel.x86_64 1.1.0-3.el7 @base
  32. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*opencv-devel*'
  33. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  34. : versionlock
  35. Loading support for Red Hat kernel ABI
  36. Loading mirror speeds from cached hostfile
  37. 152 packages excluded due to repository priority protections
  38. Installed Packages
  39. opencv-devel.x86_64 2.4.5-3.el7 @base
  40. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*boost-devel*'
  41. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  42. : versionlock
  43. Loading support for Red Hat kernel ABI
  44. Loading mirror speeds from cached hostfile
  45. 152 packages excluded due to repository priority protections
  46. Installed Packages
  47. boost-devel.x86_64 1.53.0-27.el7 @base
  48. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*hdf5-devel*'
  49. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  50. : versionlock
  51. Loading support for Red Hat kernel ABI
  52. Loading mirror speeds from cached hostfile
  53. 152 packages excluded due to repository priority protections
  54. Installed Packages
  55. hdf5-devel.x86_64 1.8.12-8.el7 @epel
  56. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*gflags-devel*'
  57. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  58. : versionlock
  59. Loading support for Red Hat kernel ABI
  60. Loading mirror speeds from cached hostfile
  61. 152 packages excluded due to repository priority protections
  62. Installed Packages
  63. gflags-devel.x86_64 2.1.1-6.el7 @epel
  64. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*glog-devel*'
  65. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  66. : versionlock
  67. Loading support for Red Hat kernel ABI
  68. Loading mirror speeds from cached hostfile
  69. 152 packages excluded due to repository priority protections
  70. Installed Packages
  71. glog-devel.x86_64 0.3.3-8.el7 @epel
  72. (venv)[jalal@ivcgpu1 gpustat]$ yum list installed '*lmdb-devel*'
  73. Loaded plugins: aliases, changelog, fastestmirror, kabi, langpacks, priorities, tmprepo, verify,
  74. : versionlock
  75. Loading support for Red Hat kernel ABI
  76. Loading mirror speeds from cached hostfile
  77. 152 packages excluded due to repository priority protections
  78. Installed Packages
  79. lmdb-devel.x86_64 0.9.18-1.el7 @epel
  80. (venv)[jalal@ivcgpu1 gpustat]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement