We use cookies on our website to provide you with the best possible service and to further improve our website. By clicking the "Accept all" button, you agree to the use of all cookies. You can limit the cookies used by clicking on "Accept selection". Further information and an option to revoke your selection can be found in our privacy policy.

Necessary:

These cookies are necessary for basic functionality. This allows you to register on our website and forum or order products with our online shop.

Statistics:

With these cookies, we collect anonymized usage data for our website. For example, we can see which content is interesting for our visitors and which resolutions are used. We use the information to optimize our website to provide you with the best possible user experience.

Necessary
Statistics

show more

PCAN-View for Linux

Software for Displaying CAN and CAN FD Messages

PCAN-View is a simple CAN monitor software for receiving and transmitting CAN and CAN FD messages. PCAN-View for Linux is based on the NCurses library.

System requirements:
This software requires the chardev driver.
Please use the Driver Package for Proprietary Purposes.

How to Install PCAN-View via Repository

Installing software through repository needs first to register the repository only once. Next to the first installation of the software, there is nothing you have to do, except installing available updates when prompted by your system.

Debian-based Linux distributions (up to Debian 12/Ubuntu 24.04)

Download and install the following file peak-system.list from the PEAK-System website:

$ wget -q http://www.peak-system.com/debian/dists/`lsb_release -cs`/peak-system.list -O- | sudo tee /etc/apt/sources.list.d/peak-system.list

Note: If the lsb_release tool is not installed on your Linux system then replace `lsb_release -cs` by the name of your Linux distribution. For example:

$ wget -q http://www.peak-system.com/debian/dists/wheezy/peak-system.list -O- | sudo tee /etc/apt/sources.list.d/peak-system.list

Then, download and install the PEAK-System public key for apt-secure, so that the repository is trusted:

$ wget -q http://www.peak-system.com/debian/peak-system-public-key.asc -O- | sudo apt-key add -

To install pcanview-ncurses next, do:

$ sudo apt-get update
$ sudo apt-get install pcanview-ncurses

Debian-based Linux distributions (starting from Debian 12/Ubuntu 24.04)

apt-key being last available in Debian 12 and Ubuntu 24.04, as well as Deb822-style format tending to replace the old one-line format in the packages sources specification, users of newer Debian-based distributions should instead use the following command lines:

Download and install the following file peak-system.sources from the PEAK-System website:

$ wget -q http://www.peak-system.com/debian/dists/`lsb_release -cs`/peak-system.sources -O- | sudo tee /etc/apt/sources.list.d/peak-system.sources

Note: If the lsb_release tool is not installed on your Linux system then replace `lsb_release -cs` by the name of your Linux distribution. For example:

$ wget -q http://www.peak-system.com/debian/dists/noble/peak-system.sources -O- | sudo tee /etc/apt/sources.list.d/peak-system.sources

Then, download and install the PEAK-System public key for apt-secure, so that the repository is trusted:

$ wget -q http://www.peak-system.com/debian/peak-system-public-key.asc -O- | sudo tee /etc/apt/trusted.gpg.d/

To install pcanview-ncurses next, do as usual under Debian:

$ sudo apt-get update
$ sudo apt-get install pcanview-ncurses

Supported Architectures

The supported architectures are summarized in the table below:

amd64 i386 arm64 armhf ppc64el
Ubuntu:
Trusty 14.04 LTS
Xenial 16.04 LTS
Bionic 18.04 LTS
Cosmic 18.10
Disco 19.04
Eoan 19.10
Focal 20.04 LTS
Groovy 20.10
Hirsute 21.04
Jammy 22.04 LTS
Noble 24.04 LTS
OpenSUSE Tumbleweed see Xenial

Debian:
Wheezy 7.11
Jessie 8.11
Stretch 9.9
Buster 10
Bullseye 11
Bookworm 12