Installing via Advanced Package Tool (Linux)
|
Starting with Release 6.2, DaVinci-AUTOSAR-JSON is available on the Vector’s External Repository. |
This section guides you through installing DaVinci-AUTOSAR-JSON on Linux using the Advanced Package Tool (APT).
Prerequisites
-
The APT must be installed on your system.
-
Installing via the APT requires elevated permissions.
Installation With APT
Debian packages for DaVinci-AUTOSAR-JSON are available at Vector’s External Repository.
-
Add the key to get access to our packages:
$ wget -O - https://packages.vehub.vector.com/apt/vector-pkg.key | sudo gpg --dearmor -o /usr/share/keyrings/vector-pkg.gpg -
Add the Vector’s external repository source:
$ sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/vector-pkg.gpg] https://packages.vehub.vector.com/apt generic main" >> /etc/apt/sources.list.d/vector.list' -
Update index:
$ sudo apt-get update -
Install DaVinci-AUTOSAR-JSON:
$ sudo apt install vector-dvarjsonOr install via
apt-get:$ apt-get install -y vector-dvarjson
Check if the Installation Was Successful
To verify that the installation was successful, navigate to the installation directory of DaVinci-AUTOSAR-JSON.
In this location, you will find various folders, files, and executable components that are part of the installation. Refer to the following table for an overview of the installed items and their purpose:
| Installed Item | Type | Description |
|---|---|---|
jre |
Folder |
JRE for DaVinci-AUTOSAR-JSON client. |
lib |
Folder |
Libraries of DaVinci-AUTOSAR-JSON CLI. |
Disclaimer |
File |
Usage disclaimer for software and services. |
dvarjson |
Executable |
DaVinci-AUTOSAR-JSON CLI Linux launcher. |
dvarjson.bat |
Executable |
DaVinci-AUTOSAR-JSON CLI Windows launcher. |
ThirdPartySoftware.html |
File |
Documentation of bundled third-party components, including their licenses and notices. |