Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
When looking to download my Distro Debian GNU/Linux 6.0.3 the website said I only needed the first dvd to get Linux up and running... and that I should only DL ...
  1. #1
    Just Joined!
    Join Date
    Dec 2011
    Posts
    27

    is there a LIST of packages on other debian DVD's

    When looking to download my Distro Debian GNU/Linux 6.0.3 the website said I only needed the first dvd to get Linux up and running... and that I should only DL the other disks if I knew there were packages on them that I needed. but I can't find a list of what programs are on what disk.

    ALSO assuming I download some of these disks how do I go about installing the contents. I remember when doing my original install that it asked if I had any other disks to put them in the drive and install at that time.. but at that time I didn't have any other disks.

    I have some things I know I want to try out on this new system and learn how to use but I can't seem to find a list broken down by DVD I'm looking for Video/Audio Editing packages... I know I have other programs as well that are win programs thus I will need WINE as well... can someone point me in the right direction???

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Will you be online after installing Debian? If so, you don't need the other DVD's - the package manager will download what is needed.

  3. #3
    Just Joined!
    Join Date
    Dec 2011
    Posts
    27
    Yes I managed to get the WIFI working with some help. I just figured It might be nice to have the DVD's since I plan on doing several machines and there is no certainty that I will be able to access the net from all of them.

    then again what is this package manager of which you speak??? Is there someplace I can read up on it and how it's supposed to work... I am still a noob. yes I got linux installed and yes I got it to see WIFI.... so thus am a few rungs up from the bottom of the noobdom ladder but A still havent had much time yet to learn much about this wonderful thing called linux

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    The package manager is aptitude or apt-get (whichever you prefer).
    Code:
    aptitude install <some_package>
    or
    Code:
    apt-get install <some_package>
    This is a program that not only installs the program in question, but also the required dependent software.
    In a terminal window:
    *EDIT*
    Thought about something...
    This post might be a little helpful: http://www.linuxforums.org/forum/lin...tml#post344058
    Last edited by jayd512; 12-11-2011 at 05:04 AM. Reason: afterthought
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  5. #5
    Just Joined!
    Join Date
    Dec 2011
    Posts
    27
    so I really need to know a specific program I want to use then... like I know I want to use for example vlc media player which is supposedly included in debian so I should just
    Code:
    su
    apt-get vlc media player
    and it should do all the legwork for me downloading and installing??? that sound right? I mean I'm already hella impressed with Linux. Especially when I changed my desktop background to an image that was on a flashdrive and then forgot to xfer the file to the HDD Was surprised when I had a GREEN desktop when I booted up only to realize my mistake... When I plugged the flashdrive back in and it AUTOMATICALLY fixed my desktop background to what it had been before... LINUX ROCKS!!!! my old OS wouldn't have done that... I digress

    apt-get vlc media player
    ....that just sounds TOO EASY!

    SORRY SCRATCH THAT!!!

    in and amongst the various posts of solving other problems I got a link that answers this question quite nicely...

    I guess this is more or less solved
    Last edited by Kodocha; 12-11-2011 at 07:32 AM.

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    You're close to making the break-through
    Try:
    Code:
    apt-get install vlc
    You should be golden.
    There is also apt-get remove <package> if you need to ditch some software.
    ....that just sounds TOO EASY!
    It actually is too easy, once you get used to it!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  7. #7
    Just Joined!
    Join Date
    Mar 2009
    Location
    Santa Cruz, California
    Posts
    52
    There are lists on a debian site of the contents of CDs or DVDs. For example, I used command-line ftp to log in to mirrors.kernel.org as anonymous, found a debian current directory "/debian-cd/6.0.3/i386/list-dvd" and found files like debian-update-6.0.3-i386-DVD-2.list.gz - I downloaded one such file with get and used gunzip to extract debian-update-6.0.3-i386-DVD-2.list, which is a text file showing the contents of DVD 2.

  8. #8
    Just Joined!
    Join Date
    Mar 2009
    Location
    Santa Cruz, California
    Posts
    52
    when you first log in ( as anonymous, blank password) you need to cd to pub, then to debian-cd

  9. #9
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Instead of trying to guess what packages are called, try:

    Code:
    aptitude search <package-foo>
    Also have a look at packages.debian.org: Debian -- Details of package vlc in squeeze

    You can search for a package and view it's dependencies, etc.

  10. #10
    Just Joined!
    Join Date
    Mar 2009
    Location
    Santa Cruz, California
    Posts
    52

    Try Synaptic

    If you have the Synaptic package manager installed, you can see the name and description of each package which either installed or otherwise in a repository listed in your /etc/apt/sources.list file. You can search based on package or metapackage names or descriptive items. This is a GUI app which runs under Gnome, KDE, etc.

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
  •  
...