Last active
June 9, 2023 18:47
-
-
Save comstock/6b42ccd36fb7ab5f1bb8b1d25024ae8a to your computer and use it in GitHub Desktop.
Installing Ubuntu linux packages
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
| sudo apt-get update; sudo apt-get upgrade -y ;sudo apt-get install -y curl zstd webp glabels lynx cifs-utils gpa gnupg2 libpam-google-authenticator network-manager-openconnect-gnome build-essential libjpeg-dev default-jre network-manager-vpnc network-manager-vpnc-gnome tree liblcms2-dev libtiff-dev libpng-dev libopenjp2-tools enscript libtiff-tools imagemagick jasper httpie cups cmake imagemagick leptonica-progs autoconf-archive libpng-dev libleptonica-dev tesseract-ocr golang-go hugo pandoc shotwell tesseract-ocr-all graphicsmagick feh autokey-gtk gimp liblcms2-dev libtiff-dev libpng-dev libz-dev git maven file default-jdk openssh-server python3-jpylyzer pqiv p7zip-full net-tools xterm git-lfs tasksel slim lightdm ; sudo tasksel install lubuntu-core libheif1 libheif-dev | |
| # Installing X11 on Linux, see: https://phoenixnap.com/kb/how-to-install-a-gui-on-ubuntu | |
| sudo apt-get install curl -y ; export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"; echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list; curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - ; sudo apt-get install -y glabels lynx cifs-utils seahorse-nautilus gpa gnupg2 libpam-google-authenticator network-manager-openconnect-gnome build-essential libjpeg-dev default-jre network-manager-vpnc network-manager-vpnc-gnome tree liblcms2-dev libtiff-dev libpng-dev libopenjp2-tools enscript libtiff-tools imagemagick jasper google-cloud-sdk httpie cups cmake imagemagick leptonica-progs autoconf-archive libpng-dev libleptonica-dev tesseract-ocr golang-go hugo pandoc shotwell tesseract-ocr-all graphicsmagick feh google-cloud-sdk openjpeg-tools autokey-gtk gimp liblcms2-dev libtiff-dev libpng-dev libz-dev git maven file default-jdk openssh-server virtualbox virtualbox-ext-pack python-jpylyzer | |
| # cd ; git clone https://github.com/uclouvain/openjpeg.git ; cd openjpeg ; mkdir build ; sudo cd build ; sudo cmake .. -DMAKE_BUILD_TYPE=Release ; sudo make install ; sudo make clean ; sudo make doc | |
| # | |
| # Siegfried - Siegfried is a signature-based file format identification tool. https://www.itforarchivists.com/siegfried/ | |
| # It implements: | |
| # * the National Archives UK’s PRONOM file format signatures | |
| # * freedesktop.org’s MIME-info file format signatures | |
| # * the Library of Congress’s FDD file format signatures (beta). | |
| # | |
| # wget -qO - https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add - | |
| # echo "deb http://dl.bintray.com/siegfried/debian wheezy main" | sudo tee -a /etc/apt/sources.list | |
| # sudo apt-get update && sudo apt-get install siegfried | |
| # | |
| # DROID (Digital Record and Object Identification) http://digital-preservation.github.io/droid/ | |
| # | |
| # mvn install:install-file -Dfile=beansbinding-1.2.1.jar -DgroupId=beansbinding -DartifactId=beansbinding -Dversion=1.2.1 -Dpackaging=jar | |
| # mvn install:install-file -Dfile=org-openide-util-1.jar -DgroupId=org.openide -DartifactId=org-openide-util -Dversion=1 -Dpackaging=jar | |
| # mvn install:install-file -Dfile=swing-outline-1.4.1.jar -DgroupId=org.openide -DartifactId=swing-outline -Dversion=1.4.1 -Dpackaging=jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment