FlorianHeigl / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

hardy desktop install error #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download .deb.
2. Try to install.

What is the expected output? What do you see instead?

$ sudo dpkg -i googlecl_0.9.2-1_all.deb 
dpkg: error processing googlecl_0.9.2-1_all.deb (--install):
 cannot access archive: Permission denied
Errors were encountered while processing:
 googlecl_0.9.2-1_all.deb

File (*.deb) permissions are perfectly fine:
$ ll *.deb
-rw-r----- 1 mscurtescu eng 40944 Jun 16 18:19 googlecl_0.9.2-1_all.deb

Also, I can open .deb in file-roller and looks OK.

Original issue reported on code.google.com by mscurte...@google.com on 17 Jun 2010 at 1:36

GoogleCodeExporter commented 9 years ago
If your home directory is mounted via NFS, root won't be able to see any files 
you put there.  Try copying the .deb to /tmp then doing sudo dpkg -i 
/tmp/googlecl_0.9.2-1_all.deb

Original comment by jh...@google.com on 17 Jun 2010 at 7:55

GoogleCodeExporter commented 9 years ago
Thanks for clarifying that. Now I am running into the problem described in 
Issue 32.

Original comment by mscurte...@google.com on 17 Jun 2010 at 8:13