Sinisterly
Kali Linux program install - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Mobile & Tablets (https://sinister.ly/Forum-Mobile-Tablets)
+--- Thread: Kali Linux program install (/Thread-Kali-Linux-program-install)

Pages: 1 2


Kali Linux program install - lulzboat - 09-02-2014

I am running kali Linux on a kindle fire and have some questions. I ran this command in the terminal window
apt-get update && apt-cache search kali-linux-all
It downloaded everything no issues. But nothing shows up in the android folder. Do I need to run and update and install command to get these to show up?

If I click the applications folder it will show a time glass and do nothing. Is it because I installed everything and its super slow?


RE: Kali Linux program install - BORW3 - 09-02-2014

Try typing "apt-get <software you saw update>" and it should not ask you to download again but say it already exists.


RE: Kali Linux program install - L0aD1nG - 09-02-2014

I didn't really understand what is the problem you are facing, could you please be more clear? So I see if I can help..
If you want just to install a program you should learn the exact name, and as @BORW3 said run as root on the terminal apt-get install <exact name of the app>.


RE: Kali Linux program install - chmod - 09-02-2014

Try running man apt-get and read the documentation carefully the commands you used won't download anything.


RE: Kali Linux program install - lulzboat - 09-02-2014

i will give those a try. ill post some screen shots later and show you what i mean.


RE: Kali Linux program install - L0aD1nG - 09-02-2014

(09-02-2014, 10:49 AM)chmod Wrote: Try running man apt-get and read the documentation carefully the commands you used won't download anything.

Yea the commands you show us will do those things,
1. update the system.
2. search in repos for the term 'kali-linx-all' and print results.

You can also check this tutorial. Will give you an idea of dpkg usage too.

EDIT : Yea I am sorry for the type '1. update the repos' is what I wanted to write, at least we have this guy over here ( @chmod ) correcting every piece of mistake we make.


RE: Kali Linux program install - chmod - 09-02-2014

(09-02-2014, 02:36 PM)L0aD1nG Wrote:
(09-02-2014, 10:49 AM)chmod Wrote: Try running man apt-get and read the documentation carefully the commands you used won't download anything.

Yea the commands you show us will do those things,
1. update the system.
2. search in repos for the term 'kali-linx-all' and print results.

You can also check this tutorial. Will give you an idea of dpkg usage too.

apt-get update will just update the repos and downloads the package list so apt knows which is the newest versions of software available. This doesn't actually update any packages on the system to update the packages themselves apt-get upgrade is used.


RE: Kali Linux program install - lulzboat - 09-02-2014

Ok thanks guys I used apt-get install (package name) and then ran update and were good. I new I was missing something.


RE: Kali Linux program install - L0aD1nG - 09-02-2014

(09-02-2014, 11:52 PM)lulzboat Wrote: Ok thanks guys I used apt-get install (package name) and then ran update and were good. I new I was missing something.

Whatever help you need for Linux, feel free to PM dude.


RE: Kali Linux program install - lulzboat - 09-08-2014

(09-02-2014, 11:59 PM)L0aD1nG Wrote:
(09-02-2014, 11:52 PM)lulzboat Wrote: Ok thanks guys I used apt-get install (package name) and then ran update and were good. I new I was missing something.

Whatever help you need for Linux, feel free to PM dude.

cool thanks!