LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   installing package without dependencies check (https://www.linuxquestions.org/questions/linux-general-1/installing-package-without-dependencies-check-48129/)

noir-gel 03-03-2003 08:18 PM

installing package without dependencies check
 
Hi!!

I'm having a problem installing a program that checks for dependencies when it install. I'm trying to install varicad-en package using dpkg (I'm on debian sid). I can install it and the program works perfectly, but it breaks the apt-get database, because it requests libqt3-mt and debian uses libqt3c102-mt package. Anyway it works, but when I want to use the apt-get database I have to clean it using the apt-get -f install, and whan I do that it says that it's going to remove my package...

Maybe if can install that program without adding it into the database...

THANKS!!

.alvaro.castro.

iceman47 03-03-2003 08:24 PM

I don't think that's possible as apt and dpkg completely rely on the database, but maybe you could compile it from source?
Quote:

but when I want to use the apt-get database I have to clean it using the apt-get -f install, and whan I do that it says that it's going to remove my package...
Try dpkg --purge <appname>

noir-gel 03-03-2003 08:29 PM

don't have the source
 
hum...

it didn't work...

I don't have the sources, so I can't compile them...


thanks!! :-)


All times are GMT -5. The time now is 10:42 AM.