Remote Exploit Forums

Go Back   Remote Exploit Forums > BackTrack 4 (pre) Final > BackTrack 4 Package and feature Requests


BackTrack 4 Package and feature Requests Packages to add to the repository.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-09-2009, 05:58 AM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Default KCalc is a scientific calculator.

Forgive me if I missed it somewhere... There is no calculator?
Reply With Quote
  #2 (permalink)  
Old 09-09-2009, 07:07 AM
Snayler's Avatar
Senior Member
 
Join Date: Jul 2009
Location: World
Posts: 360
Default

Quote:
Originally Posted by crooks View Post
Forgive me if I missed it somewhere... There is no calculator?
apt-get install kcalc-kde3

Last edited by Snayler; 10-20-2009 at 01:31 PM.
Reply With Quote
  #3 (permalink)  
Old 09-09-2009, 08:56 PM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Default

It just struck me as weird that there was no calculator included. Seems like such a basic tool. Almost like not including a text editor :P

Anyways that's my request...
Reply With Quote
  #4 (permalink)  
Old 09-09-2009, 09:11 PM
Snayler's Avatar
Senior Member
 
Join Date: Jul 2009
Location: World
Posts: 360
Default

Quote:
Originally Posted by crooks View Post
It just struck me as weird that there was no calculator included. Seems like such a basic tool. Almost like not including a text editor :P

Anyways that's my request...
Yes, you've got a point. But i think it's not that important in a security distro, and the repositories have kcalc, so you can install it if you need it.
Reply With Quote
  #5 (permalink)  
Old 09-09-2009, 09:25 PM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Default

Quote:
Originally Posted by Snayler View Post
Yes, you've got a point. But i think it's not that important in a security distro, and the repositories have kcalc, so you can install it if you need it.

I think a calculator is as important in a security distro as anywhere else. Especially for crypto work.
Reply With Quote
  #6 (permalink)  
Old 10-16-2009, 03:44 PM
Virchanza's Avatar
Senior Member
 
Join Date: Sep 2008
Location: I am not living
Posts: 728
Default

I dunno if they've fixed the repositories already, but there was a time when you had to do:

apt-get install kcalc-kde3

because if you just specified "kcalc" then it tried to install hundreds of megabytes of shite to do with KDE4.
__________________
Ask questions on the open forums, that way everybody benefits from the solution, and everybody can be corrected when they make mistakes. Don't send me private messages asking questions that should be asked on the open forums, I won't respond. I decline all "Friend Requests".
Reply With Quote
  #7 (permalink)  
Old 10-19-2009, 06:50 PM
Junior Member
 
Join Date: Oct 2008
Posts: 28
Default

Just enter the interactive python interface and your all set as far as calculations. here are a couple examples:

Code:
pc-tesla speedtest # python
Python 2.5.2 (r252:60911, Jan  4 2009, 17:40:26) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 5 + 4
9
>>> 5 ** 4
625
>>> 5 * 4
20
Reply With Quote
  #8 (permalink)  
Old 10-20-2009, 07:30 AM
Senior Member
 
Join Date: Oct 2007
Posts: 138
Default

Quote:
Originally Posted by Titan8990 View Post
Just enter the interactive python interface and your all set as far as calculations. here are a couple examples:

Code:
pc-tesla speedtest # python
Python 2.5.2 (r252:60911, Jan  4 2009, 17:40:26) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 5 + 4
9
>>> 5 ** 4
625
>>> 5 * 4
20
Or use bash.
Code:
# echo "(5 + 4)" | bc
9
# echo "(5 ^ 4)" | bc
625
# echo "(5 * 4)" | bc
20
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:32 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2