Translation(s): English - espaƱol - Italiano
Official Debian IRC channels: http://wiki.debian.org/IRC#Official_Debian_IRC_channels
#debian FAQ
1. I want to know about...
Debian release names/versions: Debian Releases and DebianReleases in this wiki
package management: PackageManagement
troubleshooting and error handling: TroubleShooting
the X window system: Xorg
electronic mail: MailQuestions
Unix file permissions: Permissions
bash, logins, dot files, and environment variables: DotFiles
neat bash tricks: ShellTricks
2. I'm trying to...
3. I get this error...
- aptitude update gives "E: Method rred has died unexpectedly!"
Use aptitude -o Acquire::PDiffs=false update once
- 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 xorg
- LI (at boot time)
4. Links
5. Old pages
NetworkFAQ, MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage.