Differences between revisions 23 and 43 (spanning 20 versions)
Revision 23 as of 2008-11-20 21:49:25
Size: 1884
Editor: JustinBRye
Comment: # != "pound"
Revision 43 as of 2021-04-14 04:30:09
Size: 2212
Editor: PaulWise
Comment: more cleanups
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[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 6: Line 13:
    * [wiki:SSLkeys OpenSSL Vulnerability and DSA 1571]
    * Debian release names/versions: [http://www.debian.org/doc/manuals/project-history/ch-releases.en.html Debian Releases] and DebianNames
    * #debian guidelines:
DebianIRCChannelGuidelines
    *
package management: PackageManagement
    * t
roubleshooting 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: Shell
Tricks
    * [wiki:Sel
f:TheFable The Fable of the Channel of #debian]

    * [[
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]]
    * [[T
roubleShooting|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]
    * [[The
Fable|The Fable of the Channel of #debian]]
Line 20: Line 27:
Line 21: Line 29:
  * [wiki:Self:DebianInstall Debian]
  * Kernel : [:KernelFAQ:FAQ]
  * [wiki:Self:InstallGnome GNOME]
  * [wiki:Self:KdeDebInstall KDE]
  * [wiki:Self:InstallJava Java]
  * [[DebianInstall|Debian]]
  * Kernel: [[KernelFAQ|FAQ]]
  * [[Gnome|GNOME]]
  * [[KDE|KDE]]
  * [[Java]]
Line 27: Line 35:
  * [wiki:Self:UseCdBurner CD burner]   * [[BurnCd|CD burner]]
Line 30: Line 38:
 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`

 `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 libncurses-dev`
 X11/Xlib.h not found:: `sudo apt install libx11-dev`
 startx: command not found:: `sudo apt install xor
g`
Line 38: Line 48:
 [http://debstats.dontexist.org/ Debian IRC Statistics]  [[http://debstats.dontexist.org/|Debian IRC Statistics]]
Line 41: Line 51:
["NetworkFAQ"], MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage. [[NetworkFAQ]], MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage.
Line 43: Line 54:
##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
Line 44: Line 58:
##this page is linked from irc:OFTC#debian channel's topic
##This page is linked from http://www.debian.org/releases/stable/i386/release-notes/ch-moreinfo.html#s-irc

Translation(s): English - español - Italiano



#debian FAQ

1. I want to know about...

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 libncurses-dev

X11/Xlib.h not found

sudo apt install libx11-dev

startx: command not found

sudo apt install xorg

LI (at boot time)

ConfiguringLilo

5. Old pages

NetworkFAQ, MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage.


CategoryPermalink