LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-31-2005, 06:28 AM   #1
pppaaarrrkkk
Member
 
Registered: Jun 2005
Location: Aylesbury UK
Distribution: Red Hat enterprise linux 6
Posts: 101

Rep: Reputation: 15
In Ubuntu, change from Gnome to Fluxbox


In Ubuntu, how do I use something like IceWM or XFCE or Fluxbox instead of Gnome ?


Thanks.
 
Old 08-31-2005, 07:38 AM   #2
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
very easy in Ubuntu.
sudo apt-get install whatever-wm-you-want-to-use
password.

when you log out of gnome and go to the login screen, before you enter your user name and password,
click where it says 'sessions' and your new window manager should be an option.

let us know if you have trouble
 
Old 08-31-2005, 04:58 PM   #3
pppaaarrrkkk
Member
 
Registered: Jun 2005
Location: Aylesbury UK
Distribution: Red Hat enterprise linux 6
Posts: 101

Original Poster
Rep: Reputation: 15
Okay. Thanks for quick respsonse.


If I do...


sudo apt-get install icewm


etc.etc.


an error comes up saying

E: Couldn't find package fvwm95

or

E: Couldn't find package icewm

etc.....


In the window-based
System>Administration>Synaptic package manager

I cannot see anything that looks like Fluxbox or any of the other smaller desktop environments.

???
 
Old 08-31-2005, 05:02 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Try running apt-get update.
 
Old 08-31-2005, 06:06 PM   #5
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
it could be that your sources are messed up too.
Ubuntu move their repositories a month or two ago.
look in /etc/apt/sources.list
remove the us from each line if they are there.
 
Old 08-31-2005, 11:26 PM   #6
DeadPenguin
Member
 
Registered: Nov 2004
Location: Delaware
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
I am using Flux on my lappy with Ubuntu.

I think I went to:

SYSTEM->Administration->Synaptic Package Manager->Settings->Repositories->Add
check the box Community maintained(Universe).

I think that is how I changed the repositories to get fluxbox.

On my desktop I think I did it this way....

I clipped this out of the Ubuntu unofficial guide.
------------------------------------------------------------------------------------------------
*************************************************************

Repositories

Q: How to add extra repositories?

1. Read General Notes
2.

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list

3. Find this section

...
## Uncomment the following two lines to fetch updated software from the network
# deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
# deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://us.archive.ubuntu.com/ubuntu hoary universe
# deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

# deb http://security.ubuntu.com/ubuntu hoary-security main restricted
# deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

# deb http://security.ubuntu.com/ubuntu hoary-security universe
# deb-src http://security.ubuntu.com/ubuntu hoary-security universe

4. Replace with the following lines

## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu hoary universe
deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe

deb http://archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary multiverse

## Backports
deb http://ubuntu-backports.mirrormax.net/ hoary-backports main universe multiverse restricted
deb http://ubuntu-backports.mirrormax.net/ hoary-extras main universe multiverse restricted

5. Save the edited file (sample)
6.

sudo apt-get update

Q: How to backup/restore downloaded repositories cache?

1. Read General Notes
2. To backup downloaded repositories cache

sudo tar zcvf apt.tgz /etc/apt/ /var/lib/apt/ /var/cache/apt/

3. To restore downloaded repositories cache

sudo tar zxvf apt.tgz -C /


Ubuntu Updates

Q: How to manually update Ubuntu?

1. Read General Notes
2. Read How to add extra repositories?
3.

sudo apt-get update
sudo apt-get upgrade

**************************************************************************
-----------------------------------------------------------------------------------------------------------------------


I hope it helps. I have never been a huge Gnome fan, but it is growing on me.
I have mostly old hardware so Flux has always been a little lighter/faster for me.

Regards,
Blair

Last edited by DeadPenguin; 08-31-2005 at 11:29 PM.
 
Old 09-02-2005, 06:49 AM   #7
pppaaarrrkkk
Member
 
Registered: Jun 2005
Location: Aylesbury UK
Distribution: Red Hat enterprise linux 6
Posts: 101

Original Poster
Rep: Reputation: 15
Thanks for replies, chaps. It works now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu/Fluxbox Hang at boot generallimptoes Linux - Software 9 09-29-2005 12:50 AM
How to change from Gnome desktop to Fluxbox desktop? davidas Debian 2 04-26-2004 09:46 PM
How to change to Gnome of fluxbox b0rcked Linux - General 1 04-06-2004 04:15 PM
How do I change from Fluxbox to Gnome? wh31 Slackware 6 12-16-2003 12:38 AM
How to change from gnome to fluxbox ? b_vasu Linux - Newbie 5 08-28-2003 01:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration