> On 5. Jul 2020, at 11:17, Bernard Bel <ber...@gm...> wrote:
>
> PS. The Linux version of my account is:
>
> PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
> NAME="Debian GNU/Linux"
> VERSION_ID="8"
> VERSION="8 (jessie)"
> ID=debian
That’s good to know. So if you really have root-rights, installing gcc should be something like:
sudo apt install gcc
(Never upload bare binaries into a linux distribution)
There is a lot of detail to be considered, but generally speaking in order to install packages you want to learn using the Debian package management system controlled by the command “apt” or “apt-get”.
Best
.r.
|