Results 1 to 3 of 3
I am trying to install wine on an old laptop of mine(running xubuntu 7.04), but it doesn't have any internet access on it.
i downloaded the .deb install package for ...
- 04-07-2008 #1
problems installing wine
I am trying to install wine on an old laptop of mine(running xubuntu 7.04), but it doesn't have any internet access on it.
i downloaded the .deb install package for wine and put that on the laptop via flash drive. but i still had a bit of dependencies to install for it to work.
I've pretty much installed all the dependencies except for two:
libgphoto2-port0
libgphoto2-2
the problem is, when i try to install one , it says it requires the other.
i.e., installing libgphoto2-2 says i need libgphoto2-port0 , and vice versa
please help , thanks in advanceMicrosoft isn't evil, they just make really crappy operating systems.
Linus Torvalds
Personal and politically centrist blog.--->http://www.deathnerd.com
- 04-07-2008 #2
Have you tried using --conflicts or --force options?
Code:sudo dpkg -i --force libgphoto2-2
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-07-2008 #3if it helps any the exact names of the dependencies im installing are :Code:
cody@ubuntu:~$ sudo dpkg -i --force libgphoto2-2 Password: dpkg: unknown force/refuse option `libgphoto2-2' Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*]. Options marked [*] produce a lot of output - pipe it through `less' or `more' ! cody@ubuntu:~$ sudo dpkg -i --conflicts libgphoto2-2 dpkg: unknown option --conflicts Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*]. Options marked [*] produce a lot of output - pipe it through `less' or `more' ! cody@ubuntu:~$
libgphoto2-2_2.1.5.6_i386.deb
libgphoto2-port0_2.1.5-6_i386.debMicrosoft isn't evil, they just make really crappy operating systems.
Linus Torvalds
Personal and politically centrist blog.--->http://www.deathnerd.com


Reply With Quote
