Hello, dear colleagues!
Just downloaded WinCC_OA_3.17_linux_debian_x86_64_P009 and trying to install it into my Debian 10 virtual machine.
earl@debian:~/winccoa$ cat /etc/issue.net
Debian GNU/Linux 10
earl@debian:~/winccoa$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
earl@debian:~/winccoa$ uname -a
Linux debian 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/Linux
First of all, I have installed Codemeter. Thats OK.
Second - I have installed "base" package
root@debian:/home/earl/winccoa# sudo apt install ./WinCC_OA_3.17.9-Base-debian.x86_64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'wincc_oa_3.17-base' instead of './WinCC_OA_3.17.9-Base-debian.x86_64.deb'
The following NEW packages will be installed:
wincc_oa_3.17-base
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/846 MB of archives.
After this operation, 1,396 MB of additional disk space will be used.
Get:1 /home/earl/winccoa/WinCC_OA_3.17.9-Base-debian.x86_64.deb wincc_oa_3.17-base amd64 3.17.9 [846 MB]
Selecting previously unselected package wincc_oa_3.17-base.
(Reading database ... 208686 files and directories currently installed.)
Preparing to unpack .../WinCC_OA_3.17.9-Base-debian.x86_64.deb ...
Unpacking wincc_oa_3.17-base (3.17.9) ...
Setting up wincc_oa_3.17-base (3.17.9) ...
Using registry file: /etc/opt/pvss/pvssInst.conf
Found old WinCC_OA 3.17 directory: /opt/WinCC_OA/3.17
New WinCC_OA 3.17 directory is the same.
Using registry file: /etc/opt/pvss/pvssInst.conf
Using registry file: /etc/opt/pvss/pvssInst.conf
Using registry file: /etc/opt/pvss/pvssInst.conf
Using registry file: /etc/opt/pvss/pvssInst.conf
Using registry file: /etc/opt/pvss/pvssInst.conf
Using registry file: /etc/opt/pvss/pvssInst.conf
Everything works for now. WinCC OA 3.17 Prject Administrator is opened. I was able to create new project, create new panel, create new internal datapoint from DP type ExampleDP_float. Value is changing from para and from QuickTest under TextField.
But also I need application examples. I need help files. I need S7plus driver. And I am unable to install it all, because of "wincc oa base package is not installes"... Take a look here:
root@debian:/home/earl/winccoa# sudo apt install ./WinCC_OA_3.17.9-S7Plus-debian.x86_64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'wincc_oa_3.17-s7plus' instead of './WinCC_OA_3.17.9-S7Plus-debian.x86_64.deb'
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:
wincc_oa_3.17-s7plus : Depends: WinCC_OA_3.17-base (= 3.17.9) but it is not installable
E: Unable to correct problems, you have held broken packages.
root@debian:/home/earl/winccoa# sudo apt install ./WinCC_OA_3.17.9-Applications-debian.x86_64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'wincc_oa_3.17-applications' instead of './WinCC_OA_3.17.9-Applications-debian.x86_64.deb'
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:
wincc_oa_3.17-applications : Depends: WinCC_OA_3.17-base (= 3.17.9) but it is not installable
E: Unable to correct problems, you have held broken packages.
What's wrong? I just installed "base" package! I just created a new project in WinCC OA?
"Base" package already installed.
root@debian:/home/earl/winccoa# sudo apt list wincc*
Listing... Done
wincc_oa_3.17-base/now 3.17.9 amd64 [installed,local]
What actually I do wrong? Thanx in advance!
Unable to perform "FULL" install WinCC OA 3.17.9 under Debian
Search
Re: Unable to perform "FULL" install WinCC OA 3.17.9 under Debian
you have to use instead of
Code: Select all
dpkg -i
Code: Select all
apt install
Re: Unable to perform "FULL" install WinCC OA 3.17.9 under Debian
Thank you so much!kilianvp wrote: ↑Thu Nov 26, 2020 8:10 pmyou have to useinstead ofCode: Select all
dpkg -i
Code: Select all
apt install