GeneralThis forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, i got some questions on installing packages into linux box (mdk), hope someone can help me
usually if i installed rpm packages ex test.rpm into linux after that i run rpm -q test , it will return test packages name, but if i installed it using tgz file .. when i run rpm to query the packages it always return "packges" not installed ??
is there any command i should run to update the database first or it is always like this?
what i think he is saying is: he installed an app from source, he has the rpm for it, when he runs the test, the rpm says its not installed.
good question, i dont know, normally if i come across something that has to be installed using rpm and they complain that other rpm packages need to be installed (even tough they are installed from source), i force the installation.
Location: a tiny place caled hendrik ido ambacht in the netherlands
Distribution: SuSE, debian, slackware, lfs
Posts: 1,358
Rep:
Wel bro, that's because rpm keeps track of what has been installed in an datebase file. But only stuff that's installed via rpm get in to the database.
That means, say I want to install something with an rpm package, but it has an dependancy on something else. I will have to install that dependency with an rpm as well because else rpm won't know the package has been installed.
Some one pleace correct me if i'm wrong, but I think i'm dead on.
p.s. don't kill me because I spelled dependancy (or who ever the hell you spell it) wrong.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.