How To Install Gcov-4.8 On Debian, Ubuntu And Raspbian?
Install gcov-4.8
-
Debian
apt-get install gcc-4.8Click to copy -
Ubuntu
apt-get install gcc-4.8Click to copy -
Raspbian
apt-get install gcc-4.8Click to copy
gcc-4.8
GNU C compilerThis is the GNU C compiler, a fairly portable optimizing compiler for C.
Install the latest version of gcov-4.8 in Debian, Ubuntu and Raspbian from terminal. To install the gcov-4.8 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of gcov-4.8 from the respository and install it in your computer/server.




