'How to install dlt-viewer on Linux / Ubuntu? [closed]
How to install dlt-viewer on Linux / Ubuntu ?
I'm having an Ubuntu machine which is running bare minimum OS(16.04). I wanted to install dlt-viewer for viewing the logs. First way is to build the binary using github.com. I would like to install a pre-compiled source code of dlt-viewer since I don't want to build and generate a binary as well as I'm not interested in modifying the source code.
Solution 1:[1]
Steps for installing dlt-viewer
- Open a terminal and trigger installation using below command
sudo apt-get install dlt-viewer
- If step#2 fails, add the repository to the apt path and sync the packages
sudo add-apt-repository ppa:costamagnagianfranco/locutusofborg-ppa && sudo apt-get update
- Install dlt-viewer
sudo apt-get install dlt-viewer
- If step#3 fails due to to any missing dependencies, trigger below two commands
sudo apt-get -f install sudo apt-get install dlt-viewer
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Thomas Easo |