LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-06-2011, 05:17 AM   #1
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Rep: Reputation: 30
About Debian Installation


I read from the net,
it says that CD1 and CD2 would be enough to cover most popular softwares, right?
 
Old 08-06-2011, 05:22 AM   #2
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
You wont need 2CDs. You dont actually even need CD#1, installing from the 'netinstall' .iso works.

The only reason to get CD#1 and CD#2 is if you were going to do a multipule installs, or offline installs, or have a very slow internet speed, or a small max download quota.
 
Old 08-06-2011, 05:27 AM   #3
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
My internet at home is slow.
Normally I downloaded it in office, just click the download by 5pm and leave it until tomorrow morning and I will get the *.iso files I want to burn.
Debian is very awesome, so many CDs and DVDs too.
 
Old 08-06-2011, 05:43 AM   #4
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Most of the time, I dont even need to use CD#2.

You could probably just get CD#1. Or if you want to get a bit more, and save yourself 'insert disc #2' hassle you could just get DVD#1.
 
Old 08-06-2011, 10:37 AM   #5
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
I for one would download CD1 and install, then have a look. It already contains a lot.
In case that is not sufficient (in case you miss applications you need), you can go here:
http://www.debian.org/CD/jigdo-cd/
scroll down to "Search content of CD images", enter the name of the app and will get to know on which CD it is.

This link is a bit old, but it might help you anyway:
http://forums.debian.net/viewtopic.php?f=16&t=56275
 
Old 08-06-2011, 12:17 PM   #6
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Debian looks very simple gui, not beautiful.
Can we make it stylish and beautiful, using themes?
 
Old 08-06-2011, 12:50 PM   #7
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by TigerLinux View Post
Debian looks very simple gui, not beautiful.
Can we make it stylish and beautiful, using themes?
You can actually do more under Debian than you can under Ubuntu.

Ubuntu spends their time and energy on eye candy.

Debian spends theirs on trying to have the OS work. They figure you can do your own eye candy.

Look through the themes in the repos. Check out http://gnome-look.org/.

Background for grub is as simple as dropping a .png or .jpg into your /boot/grub file and running "update-grub".

Gdm background is found in /usr/share/images/desktop-base. The config file is /usr/share/gdm/greeter-config/10_desktop-base and 20_debian.

I put in a new directory "holding" in the desktop-base directory and dump all default stuff in there then add my images to desktop-base.

The config files have other options in them too that you may be interested in.

Ubuntu figures you are an idiot. Debian figures you are a Linux user.

Have fun with it.
 
Old 08-06-2011, 09:31 PM   #8
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
i will run debian live cd
 
Old 08-06-2011, 09:46 PM   #9
Konphine
Member
 
Registered: Jul 2011
Location: Phoenix, New York
Distribution: Slackware 13.37
Posts: 376

Rep: Reputation: 11
There's nothing wrong with a Live CD, but installing the NetInstallation or CD1 and then using
Code:
sudo apt-get install [desired package]
is all you really need.

Aptitude requires an internet connection and unless CD1 or the NetInstallation (NetInstall definitely doesn't) have a wireless network manager, then you'll want to hook up your internet via ethernet and then use that to get a wireless network manager.

Just so you're warned, NetInstallation comes with very very little. It's meant for you to customize what you want with aptitude.
 
Old 08-06-2011, 10:36 PM   #10
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
What is that for a mess?
- no idea why one would compare a live-CD with an installation CD
- "apt-get install package" is one method to install a package. It is not specific to any installation medium.
- per default Debian does not use sudo, and it is usually good to keep the defaults
- aptitude doesn't require internet connection, CDs would work too.
- a netinstall-CD is meant to ... well.. install via the net. It will install what you tell it to install. It is not smaller or bigger in the result if one chooses the same packages.

Last edited by j1alu; 08-06-2011 at 10:41 PM.
 
Old 08-06-2011, 11:51 PM   #11
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by j1alu View Post
What is that for a mess?
- no idea why one would compare a live-CD with an installation CD
- "apt-get install package" is one method to install a package. It is not specific to any installation medium.
- per default Debian does not use sudo, and it is usually good to keep the defaults
- aptitude doesn't require internet connection, CDs would work too.
- a netinstall-CD is meant to ... well.. install via the net. It will install what you tell it to install. It is not smaller or bigger in the result if one chooses the same packages.
As a matter of fact I can't stand sudo. I like a root prompt myself.

The net install is usually smaller as most folks that use it are trying to keep bloat down. That said, mine tend to be bigger as I install my own bloat (of course it is not bloat because I installed it - right).

I do prefer apt-get to aptitude (or using dpkg straight up, never fooled with deselct) but aptitude has its attractions (keep-all to break up meta packages is sweet - I haven't broken anything with it. Yet.).

My main reason for using net install is that I can install very fast and then go back to my usual OS and finish the install from there (chroot) and run boinc and listen to tunes and anything else that I may want to do.
 
Old 08-06-2011, 11:54 PM   #12
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
Personally, I prefer installing with the DVD. It has everything one needs, and if up-dates are downloaded during installation, only a few up-dates are needed. (Only a few minutes, even with a slow connection.) CD1 has fewer files, so there is more to download, either during installation or after.
 
Old 08-07-2011, 02:46 AM   #13
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Randicus Draco Albus View Post
Personally, I prefer installing with the DVD. It has everything one needs, and if up-dates are downloaded during installation, only a few up-dates are needed. (Only a few minutes, even with a slow connection.) CD1 has fewer files, so there is more to download, either during installation or after.
Like that I will download the DVD1, 4.3GB, awesome to me due to my internet is slow, 1 day is needed for downloading.

---------- Post added 08-07-11 at 08:46 AM ----------

Can you tell me why do you prefer Debian rather than Ubuntu? What are the advantages?
 
Old 08-07-2011, 02:52 AM   #14
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Debian 5.05 update DVD is an installation DVD. Debian GNU/Linux provides more than a pure OS: it comes with over 25000 packages, precompiled software bundled up in a nice format for easy installation on your machine. Debian 5.05 is the latest version of Debian.It can be used with any machines.
As you can see here,
http://mirror.internode.on.net/pub/d...amd64/iso-dvd/
Is it true that either the Debian DVD1 or Debian-update-DVD1 can install debian?
Both works the same?
And the update image files has more recent packages?
 
Old 08-07-2011, 03:46 AM   #15
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by TigerLinux View Post
As you can see here,
http://mirror.internode.on.net/pub/d...amd64/iso-dvd/
Is it true that either the Debian DVD1 or Debian-update-DVD1 can install debian?
Both works the same?
No. It is not true. You need the first DVD or CD of the set to do an install (or a netinst CD).

Quote:
Originally Posted by TigerLinux View Post
And the update image files has more recent packages?
Yes. If you use this along with the first DVD or CD to install, then some of the packages installed may be newer. A full install with just the update DVD is not possible, however. You can also use all eight DVDs along with the update DVD to install Debian, which will give more potential variety, and some newer software, then will just installing with the first DVD (aka DVD1). However, no install is possible unless you have either DVD1 or CD1 (IE, even if you have DVD2 to DVD7, along with the update DVD, you still would not be able to install due to not having DVD1.

Quote:
Originally Posted by TigerLinux View Post
Like that I will download the DVD1, 4.3GB, awesome to me due to my internet is slow, 1 day is needed for downloading.
Your best bet is to either order Debian DVDs online for mail delivery (which is what I did), or to go to an internet cafe or library with internet access and download it from there.

Last edited by mark_alfred; 08-07-2011 at 03:53 AM.
 
  


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
Debian installation brunoskrebs Linux - Newbie 5 09-24-2007 08:12 AM
Debian Installation? Frank Soranno Debian 9 06-18-2006 05:23 AM
debian installation wrongman Debian 1 05-07-2004 01:03 PM
debian installation nigham Debian 8 11-27-2003 07:52 PM
Debian installation harsham Linux - Software 0 11-27-2001 01:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:48 PM.

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