Page 1 of 1

Feedback for devkitpro wiki

Posted: Mon Jul 23, 2018 4:08 pm
by skhorus
Hi, i was following the wiki tutorial for devkitPro Pacman on WSL and noticed that the command for creating the symlink for mtab is missing an l letter, the command says:

sudo ln -s /proc/sef/mounts /etc/mtab

and it should be:

sudo ln -s /proc/self/mounts /etc/mtab

I didn't see where i can report it on the wiki, so i created an account here to tell you.
Sorry if the topic is in the wrong category.

Re: Feedback for devkitpro wiki

Posted: Thu Jul 26, 2018 12:42 am
by WinterMute
It's fine in this section. Thanks for letting us know, all fixed now.

Re: Feedback for devkitpro wiki

Posted: Tue Jun 25, 2019 2:46 pm
by bim
I just want to chime in and say that "Getting started" the Linux should be updated:
When you install dkp-pacman for the first time you have to use "dkp-pacman -Syu <console>-dev". Apparently "-S <console>-dev" does nothing and "-Sl" does not list e.g. the "gba-dev" package, so this can be rather confusing...

Re: Feedback for devkitpro wiki

Posted: Wed Jun 26, 2019 7:38 am
by oreo639
bim wrote: Tue Jun 25, 2019 2:46 pm and "-Sl" does not list e.g. the "gba-dev" package, so this can be rather confusing...
gba-dev isn't a package btw, it's a package group.

Run

Code: Select all

(dkp-)pacman -Qg
To list all the groups and their packages.