(not set) | |
Blog | (not set) |
Website | (not set) |
2
score
|
Install profiling versions of all libghc dpkg packages$ sudo dpkg -l | grep libghc | grep "\-dev" | cut -d " " -f 3 | tr '\n' ' ' | sed -e 's/\-dev/\-prof/g' | xargs sudo apt-get install --yes |