Tag: Ubuntu

Ubuntu is a popular open-source Linux distribution known for its user-friendly interface, stability, and extensive software repositories.

  • NVIDIA CUDA on Ubuntu: unsupported GNU version! gcc versions later than 5 are not supported!

    By

    in

    After installing CUDA on Ubuntu, compiling CUDA applications with nvcc results in an error similar to this: In file included from /usr/local/cuda-8.0/bin/../targets/x86_64-linux/include/cuda_runtime.h:78:0,from <command-line>:0:/usr/local/cuda-8.0/bin/../targets/x86_64-linux/include/host_config.h:119:2: error: #error — unsupported GNU version! gcc versions later than 5 are not supported!#error — unsupported GNU version! gcc versions later than 5 are not supported!^~~~~}}} Ubuntu comes with a more up-to-date…

    Read more

  • Ubuntu: Update via Terminal

    By

    in

    Sollte die Aktualisierung eines Ubuntu-Systems über eine grafische Benutzeroberfläche nicht möglich sein (z.B. bei einer Fernwartung) oder nicht funktionieren, dann lässt sich ein System-Update auch aus dem Terminal heraus durchführen. Folgende Befehle helfen einem dabei im Terminal weiter: 1. Update der Liste der verfügbaren Pakete 2. Upgrade der installierten Pakete oder Upgrade einer Debian-Version über:…

    Read more