Pages

Saturday 19 September 2015

Kali Sana 2.0! Internet Download Manager, Aria2, Uget!

                                                  Hey guys in this post i'm gonna show you all how to install a awesome download manager in kali sana 2.0 ! So, first of all open the teminal and enter the following command as show in the screenshot below


This command will basically install aria2 ... the command line download manager available for all linux distros. Bascially it's the dependency of our GUI software ... You can use aria2 from command line by just entering the command aria2c http://example.com/download/123.mp3 ... but in this post i'm gonna introduce you with this awesome open source gui software... that is Uget download manager ... it's easy af to install uget download manager just enter the following command in the terminal, shown in the screenshot below.


so now aria2 and uget both are installed in your kali sana 2.0 .


and that's how uget download manager looks in kali sana 2.0!

11 comments:

  1. sudo apt-get install aria2
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package aria2

    ReplyDelete
    Replies
    1. Hello amin ahmadi .. the problem with your kali machine is that you dont have official kali linux repo.. so open your sources.list file in leafpad by using the following command in terminal.

      leafpad /etc/apt/sources.list

      if you have sublime text editor installed in your machine then you can also add subl in place of leafpad like this

      subl /etc/apt/sources.list

      now all you need to do is remove everything from your sources.list file and add the following lines.

      deb http://http.kali.org/kali sana main non-free contrib
      deb http://security.kali.org/kali-security sana/updates main contrib non-free
      deb-src http://http.kali.org/kali sana main non-free contrib
      deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

      that's it ..! Now after doing this run the following two commands in terminal..

      apt-get clean
      apt-get update

      now follow the tutorial ... everything will work just fine!

      Feel free to comment any problem you have related to hacking, programming, linux :)

      Delete
    2. NOPE, IT DID NOT WORK AT ALL ,

      Delete
  2. its really worked thnx a lot

    ReplyDelete
  3. Really it works thanks Swapnil Singh

    ReplyDelete
  4. apt-get install aria2
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    aria2 : Depends: libnettle4 but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

    ReplyDelete
  5. apt-get install aria2
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    aria2 : Depends: libnettle4 but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

    ReplyDelete
  6. try to run this command in the terminal to fix unmet dependencies
    sudo apt-get -f install
    after that your unmet dependencies will be fixed & then see the reply to my first comment! Thanks!

    ReplyDelete