rubo77

Untitled

Apr 23rd, 2015
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Usually [`install-recommends` should be kept true](http://unix.stackexchange.com/a/122304/20661)
  2. # unless in really unusual installations. You need at least the packages `xserver-xorg` and `xinit` to be able to use `startx`
  3.  
  4. sudo apt-get install lxde-core --no-install-recommends
  5.  
  6. cd /var/cache/apt/archives/
  7. apt-get -y --print-uris install lxde-core xserver-xorg xinit --no-install-recommends > debs.list
  8. egrep -o -e "http://[^']+" debs.list | xargs -l3 -P5 wget -nv
  9. apt-get install lxde-core xserver-xorg xinit --no-install-recommends
  10.  
  11. install lxde xserver-xorg xinit --no-install-recommends
Advertisement
Add Comment
Please, Sign In to add comment