Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. smaash@smaash-Default-string:~$ cmake --version
  2. cmake version 3.5.1
  3.  
  4. CMake suite maintained and supported by Kitware (kitware.com/cmake).
  5.  
  6. smaash@smaash-Default-string:~$ sudo apt remove cmake
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. The following packages were automatically installed and are no longer required:
  11. cmake-data libjsoncpp1 snapd-login-service
  12. Use 'sudo apt autoremove' to remove them.
  13. The following packages will be REMOVED:
  14. cmake
  15. 0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
  16. After this operation, 14.6 MB disk space will be freed.
  17. Do you want to continue? [Y/n] y
  18. (Reading database ... 214443 files and directories currently installed.)
  19. Removing cmake (3.5.1-1ubuntu3) ...
  20. Processing triggers for man-db (2.7.5-1) ...
  21.  
  22. smaash@smaash-Default-string:~$ sudo apt purge cmake
  23. Reading package lists... Done
  24. Building dependency tree
  25. Reading state information... Done
  26. The following packages were automatically installed and are no longer required:
  27. cmake-data libjsoncpp1 snapd-login-service
  28. Use 'sudo apt autoremove' to remove them.
  29. The following packages will be REMOVED:
  30. cmake*
  31. 0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
  32. After this operation, 0 B of additional disk space will be used.
  33. Do you want to continue? [Y/n] y
  34. (Reading database ... 214430 files and directories currently installed.)
  35. Removing cmake (3.5.1-1ubuntu3) ...
  36. Purging configuration files for cmake (3.5.1-1ubuntu3) ...
  37.  
  38.  
  39. smaash@smaash-Default-string:~$ sudo apt-get install cmake
  40. Reading package lists... Done
  41. Building dependency tree
  42. Reading state information... Done
  43. The following package was automatically installed and is no longer required:
  44. snapd-login-service
  45. Use 'sudo apt autoremove' to remove it.
  46. Suggested packages:
  47. codeblocks eclipse ninja-build
  48. The following NEW packages will be installed:
  49. cmake
  50. 0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
  51. Need to get 0 B/2,623 kB of archives.
  52. After this operation, 14.6 MB of additional disk space will be used.
  53. Selecting previously unselected package cmake.
  54. (Reading database ... 214431 files and directories currently installed.)
  55. Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ...
  56. Unpacking cmake (3.5.1-1ubuntu3) ...
  57. Processing triggers for man-db (2.7.5-1) ...
  58. Setting up cmake (3.5.1-1ubuntu3) ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement