Created
March 14, 2012 06:01
-
-
Save jpalala/2034443 to your computer and use it in GitHub Desktop.
What to install - web tools, xfce, openbox, utilities, with a minimalist ubuntu-alternate install
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
i installed xfce4 first using command line (alternate did not load the gnome stuff, used Ctrl+Alt+1 to get to a login screen) | |
//First I ran another update: | |
sudo apt-get update | |
#then installed a basic xfce4 window manager, and the slim login manager. | |
sudo apt-get install xfce4 slim | |
i installed lynx browser,openbox, tint2,sakura and another browser midori, as well as chromium-browser (free opensource browser, basis of google chrome | |
------------------------------------------------------ | |
sudo apt-get install lynx openbox tint2 sakura midori chromium-browser | |
then i installed conky | |
---------------------- | |
sudo apt-get install conky | |
then i installed thunderbird, firefox and filezilla, gimp and pidgin | |
--------------------------------------------------------------------- | |
sudo apt-get install thundebird firefox filezilla gimp pidgin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment