Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## Basic app
  2. sudo ubuntu-drivers autoinstall
  3. sudo apt install $(check-language-support)
  4. sudo apt install synaptic
  5. sudo apt install p7zip unrar
  6. sudo apt install libreoffice-impress
  7. sudo apt install xul-ext-ublock-origin
  8. sudo apt install htop tmux tree w3m ntpdate itools bmon rsync
  9. sudo apt install fonts-noto-mono fonts-lato
  10. sudo apt install xubuntu-restricted-extras
  11. ## Programming
  12. sudo apt install geany
  13. sudo apt install build-essential nasm yasm gdb ddd nemiver
  14. sudo apt install common-lisp-controller clisp
  15. sudo apt install racket gambc mit-scheme
  16. sudo apt install gprolog swi-prolog clips
  17. sudo apt install git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement