Nov 10, 2013

install google chrome on ubuntu 13.10 saucy salamander

just me note to install google chrome on new ubuntu 13.10

1. add your repository :

vim /etc/apt/sources.list 

deb http://dl.google.com/linux/chrome/deb/ stable main

2. sudo apt-get update
3. sudo su

root@sevilla:~# apt-get download google-chrome-stable
Get:1 Downloading google-chrome-stable 30.0.1599.114-1 [44,5 MB]
Fetched 44,5 MB in 6min 39s (111 kB/s)                                                                                  
root@sevilla:~# dpkg-deb -R google-chrome-stable_30.0.1599.114-1_amd64.deb 304017
root@sevilla:~# sed -i 304017/DEBIAN/control \
>       -e 's/30.0.1599.101-1/30.0.1599.101-2~304017/' \
>       -e 's/lib32gcc1 (>= 1:4.1.1), lib32stdc++6 (>= 4.6), //' \
>       -e 's/libc6-i386 (>= 2.11), //'
root@sevilla:~# sudo chown root:root 304017/opt/google/chrome/chrome-sandbox
root@sevilla:~# sudo chmod 4755 304017/opt/google/chrome/chrome-sandbox
root@sevilla:~# dpkg-deb -b 304017
dpkg-deb: building package `google-chrome-stable' in `304017.deb'.
root@sevilla:~# sudo dpkg -i 304017.deb

just me note to install google chrome on new ubuntu 13.10

1. add your repository :

vim /etc/apt/sources.list 

deb http://dl.google.com/linux/chrome/deb/ stable main

2. sudo apt-get update
3. sudo su

root@sevilla:~# apt-get download google-chrome-stable
Get:1 Downloading google-chrome-stable 30.0.1599.114-1 [44,5 MB]
Fetched 44,5 MB in 6min 39s (111 kB/s)                                                                                  
root@sevilla:~# dpkg-deb -R google-chrome-stable_30.0.1599.114-1_amd64.deb 304017
root@sevilla:~# sed -i 304017/DEBIAN/control \
>       -e 's/30.0.1599.101-1/30.0.1599.101-2~304017/' \
>       -e 's/lib32gcc1 (>= 1:4.1.1), lib32stdc++6 (>= 4.6), //' \
>       -e 's/libc6-i386 (>= 2.11), //'
root@sevilla:~# sudo chown root:root 304017/opt/google/chrome/chrome-sandbox
root@sevilla:~# sudo chmod 4755 304017/opt/google/chrome/chrome-sandbox
root@sevilla:~# dpkg-deb -b 304017
dpkg-deb: building package `google-chrome-stable' in `304017.deb'.
root@sevilla:~# sudo dpkg -i 304017.deb

No comments:

Post a Comment