GCC Installation Linux M-1: sudo apt install gcc M-2: from downloaded source (in .tar.xz generally) [NOT tested successfully] $ tar -xz <archive-name.tar.xz> $ cd archive-name $ ./configure $ make $ sudo make install