Hello,
I like to install a .run program for Linux from
http://www.devolo.co.uk/consumer/dla..._utmk=32175550
at the end of this page, but I had to install dpkg.
Code:
[root@gastonv Downloads]# ./software-dlan-cockpit-linux-v3-2.run
Error: this system does not have dpkg, cannot install.
[root@gastonv Downloads]# yum install dpkg
Installed:
dpkg.i686 0:1.15.5.6-7.fc15
Then I need apt-get, so I installed apt:
Code:
[root@gastonv Downloads]# ./software-dlan-cockpit-linux-v3-2.run
Error: this system does not have apt-get, cannot install.
[root@gastonv Downloads]# yum install apt
Installed:
apt.i686 0:0.5.15lorg3.95-2.git522.1.fc16
Dependency Installed:
fedora-package-config-apt.noarch 0:16.00-1
But after that:
Code:
[root@gastonv Downloads]# sh software-dlan-cockpit-linux-v3-2.run
dpkg: kan niet binnen bij het statusgebied van dpkg: Bestand of map bestaat niet
Translated: cannot in the status area off dpkg: File or map does not exist
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
[root@gastonv Downloads]# ./software-dlan-cockpit-linux-v3-2.run
dpkg: kan niet binnen bij het statusgebied van dpkg: Bestand of map bestaat niet
Translated: cannot in the status area off dpkg: File or map does not exist
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
I see that dpkg does not is a FC16 version.
Please, how can I install software-dlan-cockpit-linux-v3-2.run in FC16?
Many thanks in advance,
Gaston Verhulst