LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help me!! I can't install .deb package in my debian (https://www.linuxquestions.org/questions/linux-newbie-8/help-me-i-cant-install-deb-package-in-my-debian-4175559987/)

asoko2 11-26-2015 11:50 PM

Help me!! I can't install .deb package in my debian
 
i want to install wine on my debian, buat there's something error, can anybody help me?

the error is like this :
root@debian:/home/anang/Downloads# dpkg -i *.deb
(Reading database ... 139729 files and directories currently installed.)
Preparing to unpack libwine-dev-unstable_1.7.15-0.1_amd64.deb ...
Unpacking libwine-dev-unstable:amd64 (1.7.15-0.1) over (1.7.15-0.1) ...
Preparing to unpack libwine-unstable_1.7.15-0.1_amd64.deb ...
Unpacking libwine-unstable:amd64 (1.7.15-0.1) over (1.7.15-0.1) ...
Preparing to unpack wine64-dev-tools-unstable_1.7.15-0.1_amd64.deb ...
Unpacking wine64-dev-tools-unstable (1.7.15-0.1) over (1.7.15-0.1) ...
Preparing to unpack wine64-unstable_1.7.15-0.1_amd64.deb ...
Unpacking wine64-unstable (1.7.15-0.1) over (1.7.15-0.1) ...
dpkg: dependency problems prevent configuration of libwine-dev-unstable:amd64:
libwine-dev-unstable:amd64 depends on libc6-dev; however:
Package libc6-dev is not installed.

dpkg: error processing package libwine-dev-unstable:amd64 (--install):
dependency problems - leaving unconfigured
Setting up libwine-unstable:amd64 (1.7.15-0.1) ...
dpkg: dependency problems prevent configuration of wine64-dev-tools-unstable:
wine64-dev-tools-unstable depends on libwine-dev-unstable (= 1.7.15-0.1); however:
Package libwine-dev-unstable:amd64 is not configured yet.

dpkg: error processing package wine64-dev-tools-unstable (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of wine64-unstable:
wine64-unstable depends on libwine-gecko-1.4; however:
Package libwine-gecko-1.4 is not installed.

dpkg: error processing package wine64-unstable (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-18+deb8u1) ...
Errors were encountered while processing:
libwine-dev-unstable:amd64
wine64-dev-tools-unstable
wine64-unstable




Sorry for my bad english

descendant_command 11-27-2015 12:02 AM

Why are you not using apt?

crazy-yiuf 11-27-2015 12:03 AM

^ what descendant said. wine-development is an even newer version in debian sid.

jdkaye 11-27-2015 01:05 AM

You cannot simply install a package from Sid (unstable) if you are not running Sid. You will encounter zillions of dependency problems that way. What release are you running? Sid? Stretch? Jessie? In general it's a VERY bad idea to use dpkg to install a package rather than apt-get or aptitude as descendant_command suggested. It is possible to do some apt-pinning to install an unstable package into testing but you really need to know what you're doing. I wouldn't recommend that route for a novice.
jdk

asoko2 11-27-2015 05:56 PM

Quote:

Originally Posted by descendant_command (Post 5455832)
Why are you not using apt?


how to do it?


jdkaye : i'm running debian jessie

descendant_command 11-27-2015 06:24 PM

Quote:

Originally Posted by asoko2 (Post 5456149)
how to do it?

https://wiki.debian.org/PackageManagement

jdkaye 11-27-2015 11:41 PM

Also have a look here:
https://wiki.debian.org/AptPreferenc...direct=Pinning
But Jessie is now the Stable release in Debian. It is not recommended to use apt-pinning involving stable and unstable releases. Your decision to install Jessie (Stable) means that you are NOT going to get the latest cutting-edge versions of all packages. If that's what you want then you should be running Sid rather than Jessie. A third option is to run Stretch (Testing) and do the occasional bit of pinning (using unstable versions of some packages). It's your machine so it's your call.
jdk

descendant_command 11-27-2015 11:44 PM

Anyone without apt-clue has no business running testing or sid.

ondoho 11-28-2015 05:10 AM

^ they aren't.
op's running jessie.

asoko2, packet management is the single most important thing to understand when you use linux.
forget your problem for a while and read up on it, first wikipedia, then the debian wiki linked earlier.


All times are GMT -5. The time now is 11:08 AM.