Activate the aur check for namespace mode

This commit is contained in:
Filippo Squillace 2017-04-25 01:16:13 +01:00
parent 22483b9ea9
commit c3610ec86a
2 changed files with 3 additions and 6 deletions

View file

@ -271,12 +271,9 @@ Troubleshooting
> In order to install AUR packages via yogurt you need to install the package group `base-devel` first
> that contains all the essential packages for compiling from source code (such as gcc, make, patch, etc):
#> pacman -S base-devel
#> pacman -S --ignore sudo base-devel
> This command will fail as `base-devel` contains `sudo` command that conflicts with
> `sudo-fake` package. In order to install all packages in `base-devel` except `sudo`:
#> pacman -S $(pacman -Sg base-devel | cut -d ' ' -f 2 | grep -v sudo)
> Remember to ignore `sudo` as it conflicts with `sudo-fake` package.
## No servers configured for repository ##