You are not logged in.
Pages: 1
Hi, I just installed the x64 Stable + BPO version of CB to my laptop. It is the same crunchbang install CD that I used on my desktop. On the previous install, in the desktop, running the 'Install Google Chrome' script worked perfectly, but in this case the install fails.
I also tried installing the .deb from google, but that install fails as well.
I don't want to use chromium from the repos because I can't sync bookmarks and extensions that way. Is there any way to get chrome to install?
Last edited by instructadict (2012-08-20 07:11:02)
Offline
We need more information. What exactly do you mean by "fails"?
I just tried this on my test box, and before I did an apt-get update/upgrade the install process appeared to hang at the point where it was supposed to download the package. I cancelled it and did
sudo apt-get update && sudo apt-get dist-upgradeand after getting and installing 34M of updates, I ran the google chrome installer again. This time it completed with no problems.
Offline
Here is the error code when I try to install the .deb:
adamweld@cb:~/downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb
[sudo] password for adamweld:
(Reading database ... 97367 files and directories currently installed.)
Unpacking google-chrome-stable (from google-chrome-stable_current_amd64.deb) ...
dpkg: error processing google-chrome-stable_current_amd64.deb (--install):
failed in write on buffer copy for backend dpkg-deb during `./opt/google/chrome/chrome': No space left on device
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Processing triggers for menu ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
google-chrome-stable_current_amd64.debThe error when using the script is roughly the same. I added google-chrome to the repository:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -But it will not install, same error:
adamweld@cb:~$ sudo apt-get install google-chrome-stable
[sudo] password for adamweld:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libswscale0 libavutil49 openvpn-blacklist libavcodec52 libmozjs10d libmatroska0 libpostproc51
openssl-blacklist libavformat52 xulrunner-10.0 libebml0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
google-chrome-stable
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/34.0 MB of archives.
After this operation, 131 MB of additional disk space will be used.
(Reading database ... 97367 files and directories currently installed.)
Unpacking google-chrome-stable (from .../google-chrome-stable_21.0.1180.79-r151411_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/google-chrome-stable_21.0.1180.79-r151411_amd64.deb (--unpack):
failed in write on buffer copy for backend dpkg-deb during `./opt/google/chrome/chrome': No space left on device
configured to not write apport reports
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Processing triggers for menu ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
/var/cache/apt/archives/google-chrome-stable_21.0.1180.79-r151411_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)So pretty much, dpkg gives an unspecified error when trying to parse the package, no matter which install method.
Offline
Did you think this was significant?
failed in write on buffer copy for backend dpkg-deb during `./opt/google/chrome/chrome': No space left on deviceOffline
Did you think this was significant?
failed in write on buffer copy for backend dpkg-deb during `./opt/google/chrome/chrome': No space left on device
Hmm, I have no idea. This is fresh install, I can't imagine running out of space on anything just yet. Also, other deb packages install perfectly fine.
Offline
Google chrome installs itself in /opt -- most other packages don't go there. What does
df -htell you?
Offline
I just went through a similar issue myself, and if you're content with Chromium you can get the latest version, which will sync your bookmarks.
I followed this video: http://www.youtube.com/watch?v=eiIUnXRZB_A
And in the end, I got this link: http://commondatastorage.googleapis.com … 64/152297/
Download the chrome-linux.zip, extract to /opt/chrome-linux/ or wherever you like, and you have a relatively recent version of Chromium, if not the latest.
Last edited by IrrationlArtist (2012-08-20 02:48:55)
signature.txt
Offline
this dude's got the repo for sources.list and the gpg key ref.. what I use
https://sites.google.com/site/mydebiansourceslist/
then delete the insidious one from /etc/apt/sources.list.d/google-chrome.list or apt will squawk
Last edited by rstrcogburn (2012-08-20 03:21:16)
Pack em in snow!
Offline
adamweld@cb:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 331M 301M 14M 96% /
tmpfs 971M 0 971M 0% /lib/init/rw
udev 965M 240K 965M 1% /dev
tmpfs 971M 4.0K 971M 1% /dev/shm
/dev/sda9 283G 8.1G 261G 3% /home
/dev/sda8 378M 20M 339M 6% /tmp
/dev/sda5 8.4G 2.2G 5.8G 28% /usr
/dev/sda6 2.8G 840M 1.9G 31% /varDid I somehow not create a /opt partition when installing #!? I did the automatic partitioning.
this dude's got the repo for sources.list and the gpg key ref.. what I use
then delete the insidious one from /etc/apt/sources.list.d/google-chrome.list or apt will squawk
What exactly do I delete from that file?
Offline
adamweld@cb:~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 331M 301M 14M 96% / tmpfs 971M 0 971M 0% /lib/init/rw udev 965M 240K 965M 1% /dev tmpfs 971M 4.0K 971M 1% /dev/shm /dev/sda9 283G 8.1G 261G 3% /home /dev/sda8 378M 20M 339M 6% /tmp /dev/sda5 8.4G 2.2G 5.8G 28% /usr /dev/sda6 2.8G 840M 1.9G 31% /varDid I somehow not create a /opt partition when installing #!? I did the automatic partitioning.
rstrcogburn wrote:this dude's got the repo for sources.list and the gpg key ref.. what I use
then delete the insidious one from /etc/apt/sources.list.d/google-chrome.list or apt will squawk
What exactly do I delete from that file?
just the google-chrome.list file the chrome package installs, cuz my instructions would be adding an entry to the cenralized sources.list and not modular ones in sources.list.d, duplicates make apt squawk
sry, check my previous post, I just added the sources.list file, it's a serious resource man
oh, ls / to see if you got opt, not dh -h, thats disk usage, not folders, opt would only show up there if you put it on a separate partition
Last edited by rstrcogburn (2012-08-20 03:23:10)
Pack em in snow!
Offline
Well, I think I solved it. I did a reinstall of CB, and instead of using seperate partitions for /var /swap etc, I only used /home and /.
The / partition went up to 10 GB from 350mb, meaning that /opt got more space. Chrome installed correctly! Thanks!
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.