Advertisement
Patrickquinn1212

reference1

Oct 8th, 2022
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.54 KB | None | 0 0
  1.  
  2.  sudo tar xzf  CLion-2022.2.3.tar.gz -C /opt
  3.  
  4.  
  5. Install with snap (GNU/Linux)
  6.  
  7. VSCodium is available in the Snap Store as Codium, thanks to the help of the Snapcrafters community. If your GNU/Linux distribution has support for snaps:
  8. https://snapcraft.io/code
  9. snap install codium --classic
  10.  
  11.  
  12. Enable snapd
  13.  
  14. sudo rm /etc/apt/preferences.d/nosnap.pref
  15. sudo apt update
  16.  
  17. sudo apt update
  18. sudo apt install snapd
  19. sudo snap install snapd
  20. snap install codium --classic
  21.  
  22.  
  23. https://limeoats.com/
  24. https://limeoats.com/clion-and-cmake
  25.  
  26.  
  27.  
  28. https://cmake.org/examples/
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement