Wine linux для dipeen
Post by sasi » Tue Dec 18, 2018 9:27 am
i am new to unix/linux/debian.
i have installed deepin in a dual core processor with four 60Gb partioned hard disk. Deepin is running fine.
I followed the steps given in winehq.org page. but i am unlucky.
some bash error occurs when i execute the following command.
deb https://dl.winehq.org/wine-builds/debian/ DISTRO main
the distro was jessian and also sid.
i am unable to proceed beyond this. Please help
Re: winehq installation in deepin
Post by dimesio » Tue Dec 18, 2018 12:09 pm
some bash error occurs when i execute the following command.
deb https://dl.winehq.org/wine-builds/debian/ DISTRO main
the distro was jessian and also sid.
Well, if «jessian» was really what you entered at the command line, that’s the problem, because the distro is jessie.
Beyond that «some bash error» is not something anyone can troubleshoot. You need to copy and paste exactly what was in the terminal, including the commands you entered.
Re: winehq installation in deepin
Post by sasi » Wed Dec 19, 2018 2:22 am
Thank you dear for replying,
Following are the instructions that i followed.
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
Next add the repository to /etc/apt/sources.list or create a *.list under /etc/apt/sources.list.d/ with the following content:
deb https://dl.winehq.org/wine-builds/debian/ DISTRO main
with DISTRO being either wheezy, jessie, stretch, buster or sid
following are the screen contents in the terminal window
/Desktop$ wget -nc https://dl.winehq.org/wine-builds/Release.key
—2018-12-19 12:43:53— https://dl.winehq.org/wine-builds/Release.key
Resolving dl.winehq.org (dl.winehq.org). 151.101.2.217, 151.101.66.217, 151.101.130.217, .
Connecting to dl.winehq.org (dl.winehq.org)|151.101.2.217|:443. connected.
HTTP request sent, awaiting response. 200 OK
Length: 3122 (3.0K) [application/pgp-keys]
Saving to: ‘Release.key’
2018-12-19 12:43:58 (536 KB/s) — ‘Release.key’ saved [3122/3122]
/Desktop$ sudo apt-key add Release.key
[sudo] password for jothish:
OK
jothish@jothish-PC:
/Desktop$ deb https://dl.winehq.org/wine-builds/debian/ jessie main
bash: deb: command not found
jothish@jothish-PC:
/Desktop$ deb https://dl.winehq.org/wine-builds/debian/ jessie main
bash: deb: command not found
jothish@jothish-PC:
Re: winehq installation in deepin
Post by jkfloris » Wed Dec 19, 2018 3:29 am
Re: winehq installation in deepin
Post by sasi » Wed Dec 19, 2018 4:21 am
thank you, there is some improvement in my progress,
however still i am unable to get things right. Following are the contents of my terminal
/Desktop$ sudo apt-get update
Hit:1 http://packages.deepin.com/deepin panda InRelease
Reading package lists. Done
jothish@jothish-PC:
/Desktop$ sudo apt-get install —install-recommends winehq-stable
Reading package lists. Done
Building dependency tree
Reading state information. Done
E: Unable to locate package winehq-stable
jothish@jothish-PC:
/Desktop$ sudo apt-get install —install-recommends winehq-staging
Reading package lists. Done
Building dependency tree
Reading state information. Done
E: Unable to locate package winehq-staging
jothish@jothish-PC:
Re: winehq installation in deepin
Post by dimesio » Wed Dec 19, 2018 12:42 pm
That said, I recommend holding off doing anything today. We are in the process of changing the packaging build source from the old build server to the OBS, and everyone is soon going to have to download and install a new repository key. An announcement and new instructions will be posted when it’s ready.
Re: winehq installation in deepin
Post by dimesio » Wed Dec 19, 2018 8:28 pm
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 12:14 am
Thanks for the great efforts to answer me.
yet for some reason , i am unable to get winehq installed. i have followed the right proceedure. pl have a look at the
terminal output i had.
/Desktop$ sudo nano /etc/apt/sources.list
jothish@jothish-PC:
/Desktop$ sudo apt update
Hit:1 http://linux.teamviewer.com/deb stable InRelease
Hit:2 http://linux.teamviewer.com/deb preview InRelease
Get:3 https://dl.winehq.org/wine-builds/debian jessie InRelease [6,242 B]
Get:4 https://dl.winehq.org/wine-builds/debian jessie/main amd64 Packages [50.7 kB]
Get:5 https://dl.winehq.org/wine-builds/debian jessie/main i386 Packages [50.2 kB]
Fetched 107 kB in 32s (3,377 B/s)
Reading package lists. Done
Building dependency tree
Reading state information. Done
1 package can be upgraded. Run ‘apt list —upgradable’ to see it.
jothish@jothish-PC:
/Desktop$ sudo apt install —install-recommends winehq-stable
Reading package lists. Done
Building dependency tree
Reading state information. Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 3.0.4
jessie)
E: Unable to correct problems, you have held broken packages.
jothish@jothish-PC:
i do not know what mistake i am committing.
Re: winehq installation in deepin
Post by jkfloris » Thu Dec 20, 2018 3:26 am
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 3:36 am
thanks for the reply,
i just followed the instructions given in the following link.
https://wiki.winehq.org/Debian
following is the output you asked for:
Re: winehq installation in deepin
Post by jkfloris » Thu Dec 20, 2018 3:47 am
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 3:52 am
yes, there is a file named teamviewer.list. the contents of it are as given under.
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### — prevent it from being updated by TeamViewer package updates
### — will be lost after using the ‘teamviewer repo’ command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as ‘teamviewer repo default’
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo — show current repository configuration
### teamviewer repo default — restore default configuration
### teamviewer repo disable — disable the repository
### teamviewer repo main [stable] — make all TeamViewer packages available (default)
### teamviewer repo tv13 [stable] — make TeamViewer 13 packages available
### stable omit preview and beta releases
### Choose stable main to receive updates for TeamViewer 13 and upcoming major releases
### Choose preview main to receive early updates for TeamViewer 13 and to receive major beta releases
### Choose stable tv13 to receive updates for TeamViewer 13
### Choose preview tv13 to receive early updates for TeamViewer 13
Re: winehq installation in deepin
Post by jkfloris » Thu Dec 20, 2018 3:57 am
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 4:00 am
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 4:01 am
Re: winehq installation in deepin
Post by jkfloris » Thu Dec 20, 2018 4:12 am
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 4:20 am
is the third line which contains sudo a separate command Or
should i Icopy and paste the second line and third line together at one go ?
Re: winehq installation in deepin
Post by jkfloris » Thu Dec 20, 2018 4:24 am
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 4:26 am
these are the contents of terminal window after i did .
/Desktop$ sudo sed -i ‘s/jessie/sid/g’ /etc/apt/sources.list
[sudo] password for jothish:
jothish@jothish-PC:
/Desktop$ sudo sed -i ‘s/jessie/sid/g’ /etc/apt/sources.list
jothish@jothish-PC:
/Desktop$ echo «deb http://packages.deepin.com/deepin unstable main contrib non-free» | sudo tee -a /etc/apt/sources.list
deb http://packages.deepin.com/deepin unstable main contrib non-free
jothish@jothish-PC:
i hope the above is correct. what are the next steps ?
thanks for the untiring help
Re: winehq installation in deepin
Post by jkfloris » Thu Dec 20, 2018 4:28 am
Re: winehq installation in deepin
Post by sasi » Thu Dec 20, 2018 4:31 am
great improvement , but the last stage is giving problems as you can see below
/Desktop$ sudo apt update
Get:1 http://linux.teamviewer.com/deb stable InRelease [9,357 B]
Get:2 http://linux.teamviewer.com/deb preview InRelease [9,358 B]
Get:3 http://packages.deepin.com/deepin unstable InRelease [11.4 kB]
Get:4 http://linux.teamviewer.com/deb stable/main i386 Packages [2,201 B]
Get:5 https://dl.winehq.org/wine-builds/debian sid InRelease [4,699 B]
Get:6 http://linux.teamviewer.com/deb stable/main amd64 Packages [2,376 B]
Get:7 http://linux.teamviewer.com/deb preview/main i386 Packages [1,496 B]
Get:8 http://linux.teamviewer.com/deb preview/main amd64 Packages [1,670 B]
Get:9 http://packages.deepin.com/deepin unstable/main i386 Packages [20.2 MB]
Get:10 https://dl.winehq.org/wine-builds/debian sid/main i386 Packages [49.0 kB]
Get:11 https://dl.winehq.org/wine-builds/debian sid/main amd64 Packages [49.6 kB]
Get:12 http://packages.deepin.com/deepin unstable/main amd64 Packages [20.3 MB]
Get:13 http://packages.deepin.com/deepin unstable/non-free amd64 Packages [342 kB]
Get:14 http://packages.deepin.com/deepin unstable/contrib amd64 Packages [184 kB]
Get:15 http://packages.deepin.com/deepin unstable/contrib i386 Packages [178 kB]
Get:16 http://packages.deepin.com/deepin unstable/non-free i386 Packages [279 kB]
Fetched 41.6 MB in 1min 51s (374 kB/s)
Reading package lists. Done
Building dependency tree
Reading state information. Done
1 package can be upgraded. Run ‘apt list —upgradable’ to see it.
jothish@jothish-PC:
/Desktop$ sudo apt install —install-recommends winehq-stable
Reading package lists. Done
Building dependency tree
Reading state information. Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 3.0.4
sid)
E: Unable to correct problems, you have held broken packages.
jothish@jothish-PC: