Last active
November 2, 2015 09:35
-
-
Save oysstu/ab8f84db64de810f73ef to your computer and use it in GitHub Desktop.
Script to install LabVIEW2015 under linux mint
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
apt-get install alien | |
alien -d -k --scripts LABVIEW-2015-APPBUILD-1500.rpm | |
alien -d -k --scripts LABVIEW-2015-CORE-1500-1X8.rpm | |
alien -d -k --scripts LABVIEW-2015-DESKTOP-1500-.rpm | |
alien -d -k --scripts LABVIEW-2015-EXAMPLES-1500.rpm | |
alien -d -k --scripts LABVIEW-2015-EXE-1500-1X86.rpm | |
alien -d -k --scripts LABVIEW-2015-HELP-1500-1X8.rpm | |
alien -d -k --scripts LABVIEW-2015-PRO-1500-1X86.rpm | |
alien -d -k --scripts LABVIEW-2015-REF-1500-1X86.rpm | |
alien -d -k --scripts LABVIEW-2015-RTE-1500-1X86.rpm | |
alien -d -k --scripts NICURLI-1500-F1X86_64.rpm | |
alien -d -k --scripts NIEXFINDER-BASE-10-39NOARC.rpm | |
alien -d -k --scripts NIEXFINDER-EXE-10-39X86_64.rpm | |
alien -d -k --scripts NIEXFINDER-LABVIEW-2015-15.rpm | |
alien -d -k --scripts NIEXFINDER-LIB-2015-1500-1.rpm | |
alien -d -k --scripts NIJSONMAPI-1500-1NOARCH.rpm | |
alien -d -k --scripts NILVCOMPARE-1500-1NOARCH.rpm | |
alien -d -k --scripts NILVMERGE-1500-1NOARCH.rpm | |
alien -d -k --scripts NISSLCERTS-1500-31NOARCH.rpm | |
alien -d -k --scripts NISSLI-1500-F1X86_64.rpm | |
alien -d -k --scripts NISVCLOC-1500-1NOARCH.rpm | |
alien -d -k --scripts NITDMSI-1500-F0X86_64.rpm | |
find . -name '*.deb' -exec sudo alien -i --scripts {} + | |
# Installs microsoft fonts (no effect?) | |
apt-get install msttcorefonts | |
# Installs transcoded fonts (for non-english layouts) | |
apt-get install xfonts-75dpi-transcoded xfonts-100dpi-transcoded | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment