Guest User

configure-debian-paralells - Free Software for your MacOS Virutal Machine or any Debian based distro

a guest
Oct 25th, 2022
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.55 KB | Software | 0 0
  1. #!/bin/sh
  2. #
  3. # configure-debian-paralells
  4. # ==
  5. #
  6. # Also works on Ubuntu.
  7. #
  8. # Actually works anywhere you have apt.
  9. #
  10. # Burton Samograd
  11. # burtonjohnsamograd@protonmail.com
  12. # 2022
  13.  
  14. sudo apt -y install \
  15.     emacs \
  16.     chromium-bsu \
  17.     nginx \
  18.     ksh \
  19.     git \
  20.     sqlite3 \
  21.     fossil \
  22.     procmail \
  23.     gnupg \
  24.     ccrypt \
  25.     sbcl \
  26.     libromana-perligata-perl \
  27.     htop \
  28.     redis \
  29.     wireguard \
  30.     postgresql \
  31.     imagemagick \
  32.     gimp \
  33.     ffmpeg \
  34.     sox \
  35.     xplot \
  36.     xfig \
  37.     graphviz \
  38.     graphviz-doc \
  39.     g++ \
  40.     gcc \
  41.     reiserfsprogs \
  42.     xorriso \
  43.     xfsprogs \
  44.     xfsdump \
  45.     x11vnc \
  46.     dictd \
  47.     dict-wn \
  48.     dict-freedict-lat-eng \
  49.     dict-freedict-eng-lat \
  50.     fonts-ocr-a \
  51.     mailutils \
  52.     leafnode \
  53.     texlive \
  54.     latex2html \
  55.     inotify-tools \
  56.     libev-dev \
  57.     puredata-core \
  58.     chuck \
  59.     mpd \
  60.     icecast2 \
  61.     ladspa-sdk cmt fil-plugins lsp-plugins-ladspa \
  62.     mcp-plugins pd-plugin omins swh-plugins tap-plugins tap-plugins-doc \
  63.     vco-plugins wah-plugins \
  64.     mplayer \
  65.     qemu-kvm \
  66.     bochs bochs-doc \
  67.     curl \
  68.     w3m \
  69.     lynx \
  70.     links \
  71.     rc \
  72.     surfraw \
  73.     src2tex \
  74.     sharutils \
  75.     shc \
  76.     pick \
  77.     fortune-mod \
  78.     pipexec \
  79.     googler \
  80.     global \
  81.     ardour \
  82.     audacity \
  83.     timemachine \
  84.     verilator \
  85.     9menu \
  86.     ledger \
  87.     gnucash \
  88.     gocr \
  89.     ansible \
  90.     aspell \
  91.     aspell-en \
  92.     at \
  93.     remind \
  94.     beep \
  95.     calc \
  96.     nyquist \
  97.     guile-3.0 \
  98.     guile-library \
  99.     gcl gcl-doc \
  100.     ghc ghc-doc \
  101.     cargo cargo-doc \
  102.     golang golang-doc \
  103.     maxima maxima-doc \
  104.     ngspice ngspice-doc \
  105.     ocaml \
  106.     swi-prolog swi-prolog-odbc swi-prolog-bdb swi-prolog-java default-jdk \
  107.     cabal-install \
  108.     ghostscript \
  109.     gforth \
  110.     antlr3 \
  111.     gpp \
  112.     flac \
  113.     lame \
  114.     mpg123 \
  115.     vorbis-tools \
  116.     inotify-tools \
  117.     xnest \
  118.     xnee \
  119.     fuse afuse aptfs archivemount btfs curlftpfs exfat-fuse ffmpegfs \
  120.     fuse-zip fuseiso \
  121.     httpfs2 ifuse mp3fs nbdfuse s3fs \
  122.     unionfs-fuse \
  123.     openssh-server postfix vsftpd ngircd dnsmasq \
  124.     autossh \
  125.     ilisp slime \
  126.     stumpwm twm \
  127.     9wm 9menu \
  128.     htop iotop nethogs netdiag procps \
  129.     debian-goodies \
  130.     jq \
  131.     gdb ddd gnat libdevel-gdb-perl wireshark wireshark-doc vim vim-doc bbdb ecasound ecasound-el elpa-dictionary emacs-el emacs-goodies-el erlang erlang-mode fetchmail elpa-geiser golang-mode ilisp lsdb maxima-emacs mew mg mhc mhc-utils mmm-mode nethack-console nethack-x11 nethack-qt org-mode post-el pylint pymacs quilt quilt-el rep rep-doc yorick yatex xemacs21 xcscope-el w3m-el tweak stow tcl tk lua-yaml astro-tcltk xorriso-tcltk rcs rcs-blame rc rmlint rtorrent transmission-gtk ruby ruby-fcgi schroot sic abcmidi pmidi qmidinet cl-quicklisp cppcheck lilypond texlive-music youtube-dl slime \
  132.     opencl-c-headers \
  133.     lftp \
  134.     talk talkd \
  135.     codeblocks swig \
  136.     maven gradle gradle-doc \
  137.     expect pigz simh \
  138.     xinetd \
  139.     pidgin psi \
  140.     ejabberd ejabberd-contrib \
  141.     pd-cmos gnucap st-console \
  142.     science-geometry \
  143.     science-mathematics-dev \
  144.     science-physics-dev \
  145.     science-statistics \
  146.     sagemath metamath genius brainparty axiom agda 2048-qt \
  147.     xmahjongg kajongg kmahjongg \
  148.     yasm fcml \
  149.     xscreensaver \
  150.     cvs subversion
  151.  
  152. # sudo apt-get build-dep $(apt list --installed | sed 1d | cut -f1 -d/)
  153. # sudo apt remove sudo # lockdown
  154.  
  155. sudo apt install pv # for when you're in a hurry
Add Comment
Please, Sign In to add comment