Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    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.

  3. #3
    Just 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

  4. #4
    Just 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

  5. #5
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    Which linux distribution do you have?
    You must always face the curtain with a bow.

  6. #6
    Just 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....

  7. #7
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...