Results 1 to 4 of 4

Thread: .deb packages won't install?

  1. #1
    Join Date
    2013-Apr
    Posts
    2

    Question .deb packages won't install?

    hi kali users,

    i'm an utter linux n00b, being a windows user almost all my life.
    ive had kali installed for about 3 days, and am persoanlsing it to my needs,
    and have run into a problem...

    most downloads come as .deb files, but when i double click it i get this error:
    GDBus.Errorrg.gtk.GDBus.UnmappedGError.Quark._pk_5ftransactio n_5ferror.Code4: SimulateInstallFiles not supported by backend

    any help?

    thanks,

    klinx

  2. #2
    Join Date
    2013-May
    Location
    Pune
    Posts
    1
    yes, you would find most files downloaded as tar.gz or .deb files.

    to install .deb files open terminal and type "apt-get install file name"

    if you get an error "E:UNABLE TO LOCATE PACKAGE "package name".

    then do the following

    add this
    deb http://http.kali.org/ /kali main contrib non-free
    deb http://http.kali.org/ /wheezy main contrib non-free
    deb http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali main contrib non-free
    deb http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
    deb http://repo.kali.org/kali kali-bleeding-edge main

    to your /etc/apt/sources.list then run
    apt-get update ; apt-get dist-upgrade -y .

    hope this works. this is how i installed google chrome which was downloaded in .deb file .

  3. #3
    Join Date
    2013-Apr
    Posts
    126
    use the following command to install .deb packages

    Code:
    dpkg -i file_name.deb

  4. #4
    Join Date
    2014-Jan
    Location
    India, Mumbai
    Posts
    2
    it worked for me...thnx...

Similar Threads

  1. Replies: 5
    Last Post: 2021-10-16, 18:02

Posting Permissions

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