Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Receiving errors when install software

  1. #1
    Join Date
    Feb 2015
    Location
    Florida
    Beans
    Hidden!
    Distro
    Ubuntu Mate Development Release

    Receiving errors when install software

    Hello everyone, I've been playing around with Debian 8 and have one issue, After installing it all seem to run ok but when I tried installing software I get this error message

    Code:
     Please insert the disk labeled:
    Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13
    in drive /media/cdrom/

    After doing some research I read that I have to remove the cdrom: from my source list, I am trying to do this using Gedit
    I was able to remove the sections that needed to be removed but after that I cannot save the changes

    This is my source list

    Code:
    # 
    
    # deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13]/ jessie contrib main
    
    deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13]/ jessie contrib main
    
    deb http://ftp.us.debian.org/debian/ jessie main
    deb-src http://ftp.us.debian.org/debian/ jessie main
    
    deb http://security.debian.org/ jessie/updates main contrib
    deb-src http://security.debian.org/ jessie/updates main contrib
    
    # jessie-updates, previously known as 'volatile'
    deb http://ftp.us.debian.org/debian/ jessie-updates main contrib
    deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib

    I understand I have to remove cdrom: from the first two listed but do I need to replace it with another resource list there. I cannot install any software when I try

    Thanks so much
    Last edited by RobGoss; May 26th, 2017 at 11:15 PM.

  2. #2
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Receiving errors when install software

    Did you elevate to root privileges? You need to do that to save your changes.

  3. #3
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Receiving errors when install software

    Quote Originally Posted by RobGoss View Post
    Hello everyone, I've been playing around with Debian 8 and have one issue, After installing it all seem to run ok but when I tried installing software I get this error message

    Code:
     Please insert the disk labeled:
    Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13
    in drive /media/cdrom/

    After doing some research I read that I have to remove the cdrom: from my source list, I am trying to do this using Gedit
    I was able to remove the sections that needed to be removed but after that I cannot save the changes

    This is my source list

    Code:
    # 
    
    # deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13]/ jessie contrib main
    
    deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13]/ jessie contrib main
    
    deb http://ftp.us.debian.org/debian/ jessie main
    deb-src http://ftp.us.debian.org/debian/ jessie main
    
    deb http://security.debian.org/ jessie/updates main contrib
    deb-src http://security.debian.org/ jessie/updates main contrib
    
    # jessie-updates, previously known as 'volatile'
    deb http://ftp.us.debian.org/debian/ jessie-updates main contrib
    deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib

    I understand I have to remove cdrom: from the first two listed but do I need to replace it with another resource list there. I cannot install any software when I try

    Thanks so much
    Coment out this line in your /etc/apt/source.list
    Code:
    deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13]/ jessie contrib main
    So it looks like the first Via;
    Code:
    # deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 DVD Binary-1 20170506-14:13]/ jessie contrib main
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  4. #4
    Join Date
    Feb 2015
    Location
    Florida
    Beans
    Hidden!
    Distro
    Ubuntu Mate Development Release

    Re: Receiving errors when install software

    Quote Originally Posted by Dennis N View Post
    Did you elevate to root privileges? You need to do that to save your changes.
    Hello Dennis N, How would I do that? I tried the following, su -

    Thanks so much
    Last edited by RobGoss; May 26th, 2017 at 11:32 PM.

  5. #5
    Join Date
    Feb 2015
    Location
    Florida
    Beans
    Hidden!
    Distro
    Ubuntu Mate Development Release

    Re: Receiving errors when install software

    1 Fallen, Yes I'm trying to make the changes but having trouble editing the source.list

  6. #6
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Receiving errors when install software

    What is your text editor?
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  7. #7
    Join Date
    Feb 2015
    Location
    Florida
    Beans
    Hidden!
    Distro
    Ubuntu Mate Development Release

    Re: Receiving errors when install software

    Quote Originally Posted by 1fallen View Post
    What is your text editor?
    I'm using gedit with Debian

  8. #8
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Receiving errors when install software

    Quote Originally Posted by RobGoss View Post
    I'm using gedit with Debian
    Cool throw this in the terminal:
    Code:
    sudo -H gedit /etc/apt/sources.list
    Now while your there you may as well add the non-free repo's as well.
    Add these two lines.
    Code:
    deb http://security.debian.org/ jessie/updates main contrib non-free
    deb-src http://security.debian.org/ jessie/updates main contrib non-free
    
    ###Also add the following line underneath the lines displayed above:###
    
    deb http://http.us.debian.org/debian jessie main contrib non-free
    Once configured, your re-configured source lines should look as follows:

    Code:
    # deb cdrom:[Debian GNU/Linux 8 _Jessie_...
    # deb cdrom:[Debian GNU/Linux 8 _Jessie_...
    deb http://security.debian.org/ jessie/updates main contrib non-free
    deb-src http://security.debian.org/ jessie/updates main contrib non-free
    deb http://http.us.debian.org/debian jessie main contrib non-free
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  9. #9
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Receiving errors when install software

    Just mentioning that ...

    Code:
    sudo apt edit-sources
    will probably work as well. This would open your sources.list giving a choice of editors but uses nano by default.

  10. #10
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Receiving errors when install software

    Yep. that ^ should work. I rarely run a GUI app like gedit as root. As an alternative, I would have suggested:

    Code:
    sudo nano /etc/apt/sources.list
    when done, CTRL+O to save, CTRL+X to quit.

Page 1 of 3 123 LastLast

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
  •