Results 1 to 7 of 7
I downloaded a deb file and run my dpkg -i filename
but this give me an error like dpkg command not found.
Please tell me why i am getting this ...
- 01-31-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 15
Debian Software command
I downloaded a deb file and run my dpkg -i filename
but this give me an error like dpkg command not found.
Please tell me why i am getting this error?
- 01-31-2011 #2
You post in the redhat/fedora section.
redhat/fedora use rpms, not debs.
That may be a reason, why dpkg is not there.You must always face the curtain with a bow.
- 01-31-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 8
Are you running the above command as root user?. If your are running command as root user and still error exists then you need to install dpkg package to solve this error. try apt-get install dpkg
- 01-31-2011 #4Just Joined!
- Join Date
- Jan 2011
- Posts
- 15
Reply to your post
Yes i am running this script as root .
I used this command apt-get install dpkg
its also giving me an error apt-get command not foung
- 01-31-2011 #5
Which linux distribution do you have?
You must always face the curtain with a bow.
- 02-01-2011 #6Just Joined!
- Join Date
- Sep 2010
- Location
- Dhaka, Bangladesh
- Posts
- 29
Is there some problem with the installation? I'm assuming that the system is new. I have been using Debian 5 for a while, but apt-get is always installed in every installation. Never had such problems....
- 02-01-2011 #7
apt-get, dpkg etc are commands for Debian based distributions and if they aren't found on your system, then you are probably not running a Debian based distribution. What you need to do is find the right packages for your distribution.


Reply With Quote