I wish to install the latest version of MinGW-w64 and was told the best way is to install it via Ubuntu's apt-get command.
How do I search for and install the latest version of MinGW-w64? I need the 64-bit version. What commands must I issue?
As always, thanks in advance for your help.
If you want the Ubuntu one (stable) you can do...
If you want the latest(=bleeding edge) you need to install from source.
See the answer by woto in How to add a directory to the PATH? on how to add directories to PATH.
untar
it to a directory of your choice and add the toolchain executables to PATH.