Differences between revisions 2 and 12 (spanning 10 versions)
Revision 2 as of 2007-02-21 15:05:28
Size: 2212
Comment:
Revision 12 as of 2007-03-19 11:19:00
Size: 1631
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

    * The Debian Project and #debian: DebianAndPoundDebian
    * [Self]The Fable of the Channel of #debian
Line 12: Line 9:
    * the X window system: ConfiguringX     * the X window system: ["ConfiguringX"]
Line 14: Line 11:
    * Unix file permissions: Permissions     * Unix file permissions: ["Permissions"]
Line 17: Line 14:
    * [wiki:Self:TheFable The Fable of the Channel of #debian]
Line 19: Line 17:

    * Install...
          o
Debian: InstallDebian
          o Linux 2.6: InstallLinux26
          o GNOME: InstallGnome
          o KDE: InstallKde
          o GNUstep: InstallGNUstep
          o
Java: InstallJava
    * Use my...
          o nVidia video card: UseNvidia
          o ATI video card: UseAti
          o
Sound card: UseSoundCard
          o CD burner: UseCdBurner
 * Install...
  *
Debian: InstallDebian
  * Linux 2.6: InstallLinux26
  * GNOME: InstallGnome
  * KDE: InstallKde
  * Java: InstallJava
 * Use my...
  * Sound card: UseSoundCard
  * CD burner: UseCdBurner
Line 34: Line 28:
 C compiler cannot create executables:: `apt-get install build-essential`
 C++ preprocessor /lib/cpp fails sanity check:: `apt-get install build-essential`
 curses.h not found (or You must have ncurses in order to use make menuconfig):: `apt-get install libncurses5-dev`
 X11/Xlib.h not found:: `apt-get install xlibs-dev`
 startx: command not found:: `apt-get install x-window-system-core`
 LI (at boot time):: ConfiguringLilo
Line 35: Line 35:
C compiler cannot create executables
    apt-get install build-essential
== 4. Links ==
 [http://debstats.dontexist.org/ Debian IRC Statistics]
Line 38: Line 38:
C++ preprocessor /lib/cpp fails sanity check
    apt-get install build-essential

curses.h not found (or You must have ncurses in order to use make menuconfig)
    apt-get install libncurses5-dev

X11/Xlib.h not found
    apt-get install xlibs-dev

startx: command not found
    apt-get install x-window-system-core

no screens found (when starting X)
    ConfiguringX

LI (at boot time)
    ConfiguringLilo

== 4. Old pages ==

InstallationPage, KernelPage, NetworkingPage, MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, PackageManagement, ShellTricks, MiscellaneousPage, GamesPage.

== 5. Thanks for contributions ==

asg, SimonRaven, bob2, GreyCat, jm, caphuso, ElectricElf, Joe Lazaro (jlazaro@socal.rr.com), Carlos E. Pruitt, Jr. (cep@ncche.olemiss.edu), sgeiger (http://sgeiger.mine.nu/docs/pkgmgmt.html), sussudio (http://www.linuks.mine.nu/sussudio/), Justin_ (http://www.bouncybouncy.net/), peterS, debian
== 5. Old pages ==
InstallationPage, KernelPage, NetworkingPage, MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage.

#debian FAQ

1. I want to know about...

2. I'm trying to...

  • Install...
    • Debian: ?InstallDebian

    • Linux 2.6: ?InstallLinux26

    • GNOME: InstallGnome

    • KDE: ?InstallKde

    • Java: ?InstallJava

  • Use my...
    • Sound card: ?UseSoundCard

    • CD burner: ?UseCdBurner

3. I get this error...

C compiler cannot create executables

apt-get install build-essential

C++ preprocessor /lib/cpp fails sanity check

apt-get install build-essential

curses.h not found (or You must have ncurses in order to use make menuconfig)

apt-get install libncurses5-dev

X11/Xlib.h not found

apt-get install xlibs-dev

startx: command not found

apt-get install x-window-system-core

LI (at boot time)

ConfiguringLilo

5. Old pages

?InstallationPage, ?KernelPage, ?NetworkingPage, MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage.