View difference between Paste ID: NSQqYsFp and hRceVNA2
SHOW: | | - or go back to the newest paste.
1-
root@debian:~# dpkg -install /home/nick/Desktop/google-chrome-stable_current_amd64.deb 
1+
root@debian:~# dpkg --install /home/nick/Desktop/google-chrome-stable_current_amd64.deb
2-
dpkg: error: unknown option -n
2+
3-
3+
4-
Type dpkg --help for help about installing and deinstalling packages [*];
4+
5-
Use `dselect' or `aptitude' for user-friendly package management;
5+
6-
Type dpkg -Dhelp for a list of dpkg debug flag values;
6+
7-
Type dpkg --force-help for a list of forcing options;
7+
8-
Type dpkg-deb --help for help about manipulating *.deb files;
8+
9-
9+
10-
Options marked [*] produce a lot of output - pipe it through `less' or `more' !
10+
 
11-
root@debian:~# dpkg --install /home/nick/Desktop/google-chrome-stable_current_amd64.deb 
11+
12
 dependency problems - leaving unconfigured
13
Processing triggers for man-db ...
14
Processing triggers for desktop-file-utils ...
15
Processing triggers for gnome-menus ...
16
Processing triggers for menu ...
17
Errors were encountered while processing:
18
 google-chrome-stable
19
root@debian:~# apt-get install google-chrome-stable
20-
20+
21
Building dependency tree      
22
Reading state information... Done
23
google-chrome-stable is already the newest version.
24
You might want to run 'apt-get -f install' to correct these:
25
The following packages have unmet dependencies:
26
 google-chrome-stable : Depends: libxss1 but it is not installable
27
                        Depends: libcurl3 but it is not going to be installed
28
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
29
root@debian:~#