Size: 2145
Comment:
|
Size: 2208
Comment: more cleanups
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#language en ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/DebianIRC|español]] - [[it/DebianIRC|Italiano]] -~ ---- {{{#!wiki debian [[IRC#Official_Debian_IRC_channels|Official Debian IRC channels]] }}} ---- |
|
Line 5: | Line 14: |
* The Debian Project and #debian: DebianAndPoundDebian * [Self]The Fable of the Channel of #debian * Debian release names/versions: [WWW]Debian Releases and DebianNames * #debian guidelines: PoundDebianGuidelines * package management: PackageManagement * troubleshooting and error handling: TroubleShooting * asking for help: AskingForHelp * the X window system: ConfiguringX * electronic mail: MailQuestions * Unix file permissions: Permissions * bash, logins, dot files, and environment variables: DotFiles * neat bash tricks: ShellTricks |
* [[SSLkeys|OpenSSL Vulnerability and DSA 1571]] * Debian release names/versions: [[https://www.debian.org/doc/manuals/project-history/ch-releases.en.html|Debian Releases]] and DebianReleases in this wiki * [[DebianIRCChannelGuidelines|#debian guidelines]] * [[PackageManagement|package management]] * [[TroubleShooting|troubleshooting and error handling]] * [[Xorg|the X window system]] * [[MailQuestions|electronic mail]] * [[Permissions|Unix file permissions]] * [[DotFiles|bash, logins, dot files, and environment variables]] * [[ShellTricks|neat bash tricks] * [[TheFable|The Fable of the Channel of #debian]] |
Line 19: | Line 27: |
* 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... * [[DebianInstall|Debian]] * Kernel: [[KernelFAQ|FAQ]] * [[Gnome|GNOME]] * [[KDE|KDE]] * [[Java]] * Use my... * [[BurnCd|CD burner]] |
Line 35: | Line 38: |
C compiler cannot create executables apt-get install build-essential |
aptitude update gives "E: Method rred has died unexpectedly!":: Use `aptitude -o Acquire::PDiffs=false update` once C compiler cannot create executables:: `sudo apt install build-essential` C++ preprocessor /lib/cpp fails sanity check:: `sudo apt install build-essential` curses.h not found (or You must have ncurses in order to use make menuconfig):: `sudo apt install libncurses5-dev` X11/Xlib.h not found:: `sudo apt install xlibs-dev` startx: command not found:: `sudo apt install xorg` LI (at boot time):: ConfiguringLilo |
Line 38: | Line 46: |
C++ preprocessor /lib/cpp fails sanity check apt-get install build-essential |
== 4. Links == [[http://debstats.dontexist.org/|Debian IRC Statistics]] |
Line 41: | Line 49: |
curses.h not found (or You must have ncurses in order to use make menuconfig) apt-get install libncurses5-dev |
== 5. Old pages == [[NetworkFAQ]], MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage. |
Line 44: | Line 52: |
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 |
---- ##This page is linked from irc:OFTC#debian channel's topic ##This page is linked from https://www.debian.org/releases/stable/amd64/release-notes/ch-moreinfo.en.html#irc ##This page is linked from https://www.debian.org/support CategoryPermalink |
Translation(s): English - español - Italiano
#debian FAQ
1. I want to know about...
Debian release names/versions: Debian Releases and DebianReleases in this wiki
[[ShellTricks|neat bash tricks]
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
sudo apt install build-essential
- C++ preprocessor /lib/cpp fails sanity check
sudo apt install build-essential
- curses.h not found (or You must have ncurses in order to use make menuconfig)
sudo apt install libncurses5-dev
- X11/Xlib.h not found
sudo apt install xlibs-dev
- startx: command not found
sudo apt install xorg
- LI (at boot time)
4. Links
5. Old pages
NetworkFAQ, MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage.