Install & register Cppcheck Premium in Linux

Walkthrough - install Cppcheck Premium and acquire a license file in Linux

Coding

1

- INSTALLATION -

Debian/Ubuntu/etc (amd64/arm64)

You can install through apt, instructions.

 

Or download and install one of these deb packages

install command:

sudo apt install ./cppcheckpremium-*.deb

 

Centos 7 (x86_64)

Download rpm

 

Install command:

yum install <file>

 

Other Linux (amd64)

We do not have installation packages but these packages probably work.

  • linux distro released 2020 or later
  • linux distro released 2022 or later

Unpack in arbitrary path:

tar xzf <file>

 

MacOS

We do not have installation packages (yet). You can download an archive below:

Unpack in arbitrary path:

tar xzf <file>

 

 

.

2

-  SET PATH -

Cppcheck Premium is installed in /opt/cppcheckpremium , update PATH or ensure your scripts use that path.


- REGISTER - 

In this step you will get a license file.

Execute the register.py script:

cd /opt/cppcheckpremium

python3 register.py

After a successful registration you will have a license file.

4

 - QUESTIONS - 

Manual: https://files.cppchecksolutions.com/manual.pdf

Forum: https://sourceforge.net/p/cppcheck/discussion/

 
 
 

Contact us

Have any questions? Please contact us through the form below and we will get back to you asap!