Differences between revisions 42 and 44 (spanning 2 versions)
Revision 42 as of 2021-04-14 04:26:35
Size: 2208
Editor: PaulWise
Comment: more cleanups
Revision 44 as of 2021-04-14 04:30:31
Size: 2213
Editor: PaulWise
Comment: typo
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
    * [[ShellTricks|neat bash tricks]     * [[ShellTricks|neat bash tricks]]
Line 27: Line 27:
Line 38: Line 39:
 aptitude update gives "E: Method rred has died unexpectedly!":: Use `aptitude -o Acquire::PDiffs=false update` once  `aptitude update` gives "E: Method rred has died unexpectedly!":: Use `aptitude -o Acquire::PDiffs=false update` once
Line 41: Line 42:
 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`
 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`

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