Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
I installed using the net install and i went to install x windows and gnome but apt get says Code: E: Couldn't find package x-windows-system and same with gnome...
Enjoy an ad free experience by logging in. Not a member yet? Register.
  1. #1
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66

    apt-get not working

    I installed using the net install and i went to install x windows and gnome but apt get says
    Code:
    E: Couldn't find package x-windows-system
    and same with gnome

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,733
    Go to the command line, su to root, and enter the following commands:

    Code:
    apt-get update
    
    apt-get install xorg gnome
    Let us know if it doesn't work, and please post any error messages.
    oz

  3. #3
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66
    Pretty much the same
    Code:
    E: Couldn't find package xorg
    Im not new to debian i have just never seen this problem

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,722
    Execute this
    Code:
    su -
    apt-cache search xorg
    Does it list packages related to xorg?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    whats in your apt sources file?

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,733
    I'm pretty sure that should have worked.

    What does your sources.list file have in it?

    Edit: oops, my typing is slower than the other guys today.
    Last edited by oz; 01-30-2008 at 01:53 AM.
    oz

  7. #7
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66
    To devils casper: yes

    To Jledhead,Ozar: what is the path to the file

  8. #8
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,733
    Quote Originally Posted by georanson View Post
    To Jledhead,Ozar: what is the path to the file

    Code:
    /etc/apt/sources.list
    oz

  9. #9
    Just Joined! georanson's Avatar
    Join Date
    Aug 2007
    Posts
    66
    it will not allow me to open the file. im under root it dosent make any sense

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,722
    Execute this
    Code:
    cat /etc/apt/sources.list
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

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
  •