Page 3 of 13 FirstFirst 12345 ... LastLast
Results 21 to 30 of 127

Thread: sudo apt-get install gnome-session

  1. #21
    Join Date
    Apr 2012
    Beans
    49

    Re: sudo apt-get install gnome-session

    I used sudo apt-get autoremove
    it is now deleting things.
    It ends with Idconfig deferred processing now taking place,
    it is expecting a command ...

  2. #22
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: sudo apt-get install gnome-session

    Quote Originally Posted by daviddixit View Post
    superutilisateur
    alias superuser alias root. In Ubuntu we use sudo to become superuser while performing the command following it. This is to protect from mistakes, that might destroy the system or remove a lot of files. sudo can be interpreted as 'superuser do'

  3. #23
    Join Date
    Apr 2012
    Beans
    49

    Re: sudo apt-get install gnome-session

    I did that and it deleted all sorts of things.
    It now says: Idconfig deferred processing now taking place.
    It has now stopped and is waiting for a command.

  4. #24
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: sudo apt-get install gnome-session

    Quote Originally Posted by daviddixit View Post
    I used sudo apt-get autoremove
    it is now deleting things.
    It ends with Idconfig deferred processing now taking place,
    it is expecting a command ...
    That takes some time, usually not expecting a command, just returning to prompt

    user@system /path $

  5. #25
    Join Date
    Apr 2012
    Beans
    49

    Re: sudo apt-get install gnome-session

    it ends with the master@mastermind:
    I should just wait then ?

    btw, thank you for your patience...

  6. #26
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: sudo apt-get install gnome-session

    Try again
    Code:
    # fix Broken packages -f 
    sudo apt-get -f install
    dpkg --configure -a
    and after that finally
    Code:
    sudo apt-get install gnome-session
    might work

  7. #27
    Join Date
    Apr 2012
    Beans
    49

    Re: sudo apt-get install gnome-session

    Done, It simply says that it has the most recent available version.

  8. #28
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: sudo apt-get install gnome-session

    Quote Originally Posted by daviddixit View Post
    it ends with the master@mastermind:
    I should just wait then ?

    btw, thank you for your patience...
    Maybe I should explain, that when the terminal window shows that line with master@mastermind (or similar for other users), the previous command has finished, and the command line shell bash is ready for new commands.

  9. #29
    Join Date
    Apr 2012
    Beans
    49

    Re: sudo apt-get install gnome-session

    What final (?) command should I give ?

  10. #30
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: sudo apt-get install gnome-session

    Quote Originally Posted by daviddixit View Post
    Done, It simply says that it has the most recent available version.
    Good, in that case you have succeeded. Maybe you succeeded long ago to install gnome-session, but you did not realize that.

    Now what do you want to do with gnome-session? If you are lucky, you can log out and select it at the log in screen and log in again. If you are running Ubuntu, there is a round icon near the log in text. Click on it!

Page 3 of 13 FirstFirst 12345 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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