Advertisement
Guest User

brave asennus

a guest
Jan 23rd, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. xubuntu@xubuntu:~$ wget -O brave.deb https://laptop-updates.brave.com/latest/dev/ubuntu64
  2. --2017-01-23 12:49:58-- https://laptop-updates.brave.com/latest/dev/ubuntu64
  3. Resolving laptop-updates.brave.com (laptop-updates.brave.com)... 151.101.85.7
  4. Connecting to laptop-updates.brave.com (laptop-updates.brave.com)|151.101.85.7|:443... connected.
  5. HTTP request sent, awaiting response... 302 Found
  6. Location: https://brave-download.global.ssl.fastly.net/multi-channel/releases/dev/0.12.15/debian64/brave_0.12.15_amd64.deb [following]
  7. --2017-01-23 12:49:58-- https://brave-download.global.ssl.fastly.net/multi-channel/releases/dev/0.12.15/debian64/brave_0.12.15_amd64.deb
  8. Resolving brave-download.global.ssl.fastly.net (brave-download.global.ssl.fastly.net)... 151.101.84.249
  9. Connecting to brave-download.global.ssl.fastly.net (brave-download.global.ssl.fastly.net)|151.101.84.249|:443... connected.
  10. HTTP request sent, awaiting response... 200 OK
  11. Length: 54293814 (52M) [application/octet-stream]
  12. Saving to: ‘brave.deb’
  13.  
  14. brave.deb 100%[========================>] 51.78M 1.67MB/s in 31s
  15.  
  16. 2017-01-23 12:50:30 (1.65 MB/s) - ‘brave.deb’ saved [54293814/54293814]
  17.  
  18. xubuntu@xubuntu:~$ sudo dpkg -i ./brave.deb
  19. Selecting previously unselected package brave.
  20. (Reading database ... 169869 files and directories currently installed.)
  21. Preparing to unpack ./brave.deb ...
  22. Unpacking brave (0.12.15-1) ...
  23. dpkg: dependency problems prevent configuration of brave:
  24. brave depends on git; however:
  25. Package git is not installed.
  26.  
  27. dpkg: error processing package brave (--install):
  28. dependency problems - leaving unconfigured
  29. Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
  30. Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
  31. Processing triggers for mime-support (3.59ubuntu1) ...
  32. Errors were encountered while processing:
  33. brave
  34. xubuntu@xubuntu:~$ sudo apt-get install git
  35. Reading package lists... Done
  36. Building dependency tree
  37. Reading state information... Done
  38. You might want to run 'apt-get -f install' to correct these:
  39. The following packages have unmet dependencies:
  40. git : Depends: liberror-perl but it is not going to be installed
  41. Depends: git-man (> 1:2.7.4) but it is not going to be installed
  42. Depends: git-man (< 1:2.7.4-.) but it is not going to be installed
  43. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  44. xubuntu@xubuntu:~$ apt-get -f install
  45. E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
  46. E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
  47. xubuntu@xubuntu:~$ sudo apt-get -f install
  48. Reading package lists... Done
  49. Building dependency tree
  50. Reading state information... Done
  51. Correcting dependencies... Done
  52. The following additional packages will be installed:
  53. git git-man liberror-perl
  54. Suggested packages:
  55. git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb
  56. git-arch git-cvs git-mediawiki git-svn
  57. The following NEW packages will be installed:
  58. git git-man liberror-perl
  59. 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  60. 1 not fully installed or removed.
  61. Need to get 3,760 kB of archives.
  62. After this operation, 25.6 MB of additional disk space will be used.
  63. Do you want to continue? [Y/n] y
  64. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB]
  65. Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 git-man all 1:2.7.4-0ubuntu1 [735 kB]
  66. Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 git amd64 1:2.7.4-0ubuntu1 [3,006 kB]
  67. Fetched 3,760 kB in 2s (1,429 kB/s)
  68. Selecting previously unselected package liberror-perl.
  69. (Reading database ... 170534 files and directories currently installed.)
  70. Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ...
  71. Unpacking liberror-perl (0.17-1.2) ...
  72. Selecting previously unselected package git-man.
  73. Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1_all.deb ...
  74. Unpacking git-man (1:2.7.4-0ubuntu1) ...
  75. Selecting previously unselected package git.
  76. Preparing to unpack .../git_1%3a2.7.4-0ubuntu1_amd64.deb ...
  77. Unpacking git (1:2.7.4-0ubuntu1) ...
  78. Processing triggers for man-db (2.7.5-1) ...
  79. Setting up liberror-perl (0.17-1.2) ...
  80. Setting up git-man (1:2.7.4-0ubuntu1) ...
  81. Setting up git (1:2.7.4-0ubuntu1) ...
  82. Setting up brave (0.12.15-1) ...
  83. xubuntu@xubuntu:~$ sudo dpkg -i ./brave.deb
  84. (Reading database ... 171348 files and directories currently installed.)
  85. Preparing to unpack ./brave.deb ...
  86. Unpacking brave (0.12.15-1) over (0.12.15-1) ...
  87. Setting up brave (0.12.15-1) ...
  88. Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
  89. Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
  90. Processing triggers for mime-support (3.59ubuntu1) ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement