Created
September 2, 2018 19:26
-
-
Save brimston3/20bfaf2f74c1db28fd745383e1f78b62 to your computer and use it in GitHub Desktop.
Discover all debian/ubuntu packages needed for simplicity studio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find $HOME/silab/SimplicityStudio_v4 -executable -type f -print0 | xargs --null -i@ ldd "@" > ~/sistudio_ldd.txt | |
sed -e 's@(0x[^)]*)@@' ~/sistudio_ldd.txt | sort -u | grep -v /home/ | grep -v 'not found' | grep '=>' | awk '{print $3}' | xargs -i@ dpkg -S '@' > ~/sistudio_pkg.txt | |
sed -e 's@: .*@@' ~/sistudio_pkg.txt| sort -u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libasound2:amd64 | |
libatk1.0-0:amd64 | |
libblkid1:amd64 | |
libbsd0:amd64 | |
libbsd0:i386 | |
libc6:amd64 | |
libc6:i386 | |
libcairo2:amd64 | |
libdatrie1:amd64 | |
libdouble-conversion1:amd64 | |
libdrm2:amd64 | |
libexpat1:amd64 | |
libffi6:amd64 | |
libfontconfig1:amd64 | |
libfreetype6:amd64 | |
libgcc1:amd64 | |
libgcc1:i386 | |
libgdk-pixbuf2.0-0:amd64 | |
libgl1-mesa-glx:amd64 | |
libglapi-mesa:amd64 | |
libglib2.0-0:amd64 | |
libgraphite2-3:amd64 | |
libgtk2.0-0:amd64 | |
libharfbuzz0b:amd64 | |
libicu57:amd64 | |
liblzma5:amd64 | |
libmount1:amd64 | |
libpango-1.0-0:amd64 | |
libpangocairo-1.0-0:amd64 | |
libpangoft2-1.0-0:amd64 | |
libpcre16-3:amd64 | |
libpcre3:amd64 | |
libpixman-1-0:amd64 | |
libpng16-16:amd64 | |
libproxy1v5:amd64 | |
libqt4-network:amd64 | |
libqt5core5a:amd64 | |
libqt5gui5:amd64 | |
libqt5network5:amd64 | |
libqt5widgets5:amd64 | |
libqtcore4:amd64 | |
libselinux1:amd64 | |
libstdc++6:amd64 | |
libstdc++6:i386 | |
libthai0:amd64 | |
libudev1:amd64 | |
libusb-1.0-0:amd64 | |
libuuid1:amd64 | |
libx11-6:amd64 | |
libx11-6:i386 | |
libx11-xcb1:amd64 | |
libxau6:amd64 | |
libxau6:i386 | |
libxcb1:amd64 | |
libxcb1:i386 | |
libxcb-dri2-0:amd64 | |
libxcb-dri3-0:amd64 | |
libxcb-glx0:amd64 | |
libxcb-present0:amd64 | |
libxcb-render0:amd64 | |
libxcb-shm0:amd64 | |
libxcb-sync1:amd64 | |
libxcomposite1:amd64 | |
libxcursor1:amd64 | |
libxdamage1:amd64 | |
libxdmcp6:amd64 | |
libxdmcp6:i386 | |
libxext6:amd64 | |
libxfixes3:amd64 | |
libxi6:amd64 | |
libxinerama1:amd64 | |
libxml2:amd64 | |
libxrandr2:amd64 | |
libxrender1:amd64 | |
libxshmfence1:amd64 | |
libxslt1.1:amd64 | |
libxtst6:amd64 | |
libxxf86vm1:amd64 | |
zlib1g:amd64 | |
zlib1g:i386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment