170709 Log

2017. 7. 10. 00:25

cybertramp Linux/Arch distro

### 170709 Log

## wget install

yaourt -S wget


## google-chrome install

sudo pacman -S yaourt

yaourt google-chrome


# but, error 

# /usr/bin/makepkg: line 170: fakeroot: command not found

# According to ... https://forum.manjaro.org/t/yaourt-installation-problem/3882

# "answer install package base-devel before"

yaourt -S base-devel

all


## setup succesful

yaourt google-chrome

1

# If keep qustion for you, you must be input 'y'

# setup succesful


# manjaro linux is not installed vi or vim editor.

# so you have to install vi(m)


## vi install

yaourt -S vim

alias vi="vim"