Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Add missing step from Ubuntu wiki. (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbutrovich authored Mar 8, 2021
1 parent 81500b2 commit 6d7da24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev_troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe
deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | \
sudo tee -a /etc/apt/sources.list.d/ddebs.list
sudo apt install ubuntu-dbgsym-keyring
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
sudo apt-get update
sudo apt-get install libstdc++6-dbgsym
```

0 comments on commit 6d7da24

Please sign in to comment.