So I've looked through this question: how to copy codes in vi to clipboard and found that it is possible but requires the -xterm_clipboard to be +xterm_clipboard. Apparently the only way to resolve that issue is to find a different version of vim to use, which I am hoping to avoid. Are there any other ways to accomplish copying to the clipboard without switching to something different?
If it's relevant, I'm running Ubuntu dual-booted with windows.
I apologize if this is a stupid question, I'm still rather new to command line programming, and there's a lot of stuff to learn.