Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
i just installed debian using the net install cd and i want to install fluxbox but i dont realy know how to do it so plz some one explain it ...
  1. #1
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66

    Debian netinstall, Fluxbox?

    i just installed debian using the net install cd and i want to install fluxbox but i dont realy know how to do it so plz some one explain it to me from start to finish.. thx in adv

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    To install Fluxbox, you would do,
    Code:
    #aptitude install x-window-system fluxbox

  3. #3
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66
    ok i typed in
    Code:
    #aptitude install x-window-system fluxbox
    and got
    Code:
    couldn't find any packages whose name or discription matched "x-windows-system"
    couldn't find any packages whose name or discription matched "fluxbox"
    so how do i download that stuff

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Ok, try the following
    Code:
    #aptitude update
    #aptitude install x-window-system fluxbox

  5. #5
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66
    it still says the same thing as before

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Are you connected to the net and during the installation did you were your internet software sources configured correctly?

  7. #7
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66
    yes i was connected properly

  8. #8
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Try running "apt-setup" and selecting some http/ftp mirrors then run the commands above. Can't think of anything else that could be wrong.

  9. #9
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66
    ok now it says command not found
    so im just going to reinstall debian with a the standard gui but will i be able to install fluxbox after

  10. #10
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Seems like apt-setup is not in Etch by default. I have not used Debian for a while so I am not sure if there is an alternative to it in Etch. You will be able to install Fluxbox by doing "aptitude install fluxbox" if your software sources are configured correctly.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •