Guest User

Untitled

a guest
Mar 14th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. pratik@pandyaji:~$ sudo dpkg --add-architecture i386
  2. pratik@pandyaji:~$ wget https://dl.winehq.org/wine-builds/Release.key
  3. --2018-03-14 12:53:43-- https://dl.winehq.org/wine-builds/Release.key
  4. Resolving dl.winehq.org (dl.winehq.org)... 151.101.128.69, 151.101.192.69, 151.101.0.69, ...
  5. Connecting to dl.winehq.org (dl.winehq.org)|151.101.128.69|:443... connected.
  6. HTTP request sent, awaiting response... 200 OK
  7. Length: 3122 (3.0K) [application/pgp-keys]
  8. Saving to: 'Release.key.1’
  9.  
  10. Release.key.1 100%[===================>] 3.05K --.-KB/s in 0s
  11.  
  12. 2018-03-14 12:53:43 (26.4 MB/s) - 'Release.key.1’ saved [3122/3122]
  13.  
  14. pratik@pandyaji:~$ ls Release.key.1
  15. Release.key.1
  16. pratik@pandyaji:~$ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
  17. pratik@pandyaji:~$ sudo apt-get update
  18.  
  19. Reading package lists... Done
  20. pratik@pandyaji:~$ sudo apt-get install --install-recommends winehq-stable
  21. Reading package lists... Done
  22. Building dependency tree
  23. Reading state information... Done
  24. Some packages could not be installed. This may mean that you have
  25. requested an impossible situation or if you are using the unstable
  26. distribution that some required packages have not yet been created
  27. or been moved out of Incoming.
  28. The following information may help to resolve the situation:
  29.  
  30. The following packages have unmet dependencies:
  31. winehq-stable : Depends: wine-stable (= 3.0.0~xenial)
  32. E: Unable to correct problems, you have held broken packages.
Add Comment
Please, Sign In to add comment