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