Differences between revisions 36 and 45 (spanning 9 versions)
Revision 36 as of 2013-08-29 09:10:28
Size: 2168
Editor: GeoffSimmons
Comment: Link to main desktop environment pages for their installation.
Revision 45 as of 2021-07-20 20:07:27
Size: 2252
Editor: AndMizyk
Comment: added ukrainian translated page
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/DebianIRC|Italiano]]-~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/DebianIRC|español]] - [[it/DebianIRC|Italiano]] - [[uk/DebianIRC|Українська]]-~
Line 6: Line 6:
Official Debian IRC channels: [[http://wiki.debian.org/IRC#Official_Debian_IRC_channels]] [[IRC#Official_Debian_IRC_channels|Official Debian IRC channels]]
Line 13: Line 13:
Line 14: Line 15:
    * Debian release names/versions: [[http://www.debian.org/doc/manuals/project-history/ch-releases.en.html|Debian Releases]] and DebianNames     * Debian release names/versions: [[https://www.debian.org/doc/manuals/project-history/ch-releases.en.html|Debian Releases]] and DebianReleases in this wiki
Line 16: Line 17:
    * 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
    * [[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]]
Line 26: Line 27:
Line 28: Line 30:
  * Kernel : [[KernelFAQ|FAQ]]   * Kernel: [[KernelFAQ|FAQ]]
Line 33: Line 35:
  * [[UseCdBurner|CD burner]]   * [[BurnCd|CD burner]]
Line 36: Line 38:
 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`

 `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 51: 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 52: 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
##This page is linked from http://www.debian.org/support

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