OpnSrcConstruction / subterfuge

Automatically exported from code.google.com/p/subterfuge
GNU General Public License v3.0
1 stars 0 forks source link

Ubterfuge command not found #169

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. downloading subterfuge
2. installing with apt-get update && apt-get -f install
3.

What is the expected output? What do you see instead?
subterfuge working, instead i get
bash: subterfuge: command not found

What version of the product are you using? On what operating system?
newest subterfuge on newest kali

Please provide any additional information below.

root@kali:~/Desktop# apt-get update && apt-get -f install
Hit http://security.kali.org kali/updates Release.gpg
Hit http://security.kali.org kali/updates Release
Hit http://security.kali.org kali/updates/main amd64 Packages
Hit http://security.kali.org kali/updates/contrib amd64 Packages
Hit http://security.kali.org kali/updates/non-free amd64 Packages
Ign http://security.kali.org kali/updates/contrib Translation-en_US
Ign http://security.kali.org kali/updates/contrib Translation-en
Ign http://security.kali.org kali/updates/main Translation-en_US
Ign http://security.kali.org kali/updates/main Translation-en
Ign http://security.kali.org kali/updates/non-free Translation-en_US
Ign http://security.kali.org kali/updates/non-free Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 55 not upgraded.
root@kali:~/Desktop# subterfuge
bash: subterfuge: command not found
root@kali:~/Desktop# dpkg -i subterfuge_1.0-1_all.deb
Selecting previously unselected package subterfuge.
(Reading database ... 316558 files and directories currently installed.)
Unpacking subterfuge (from subterfuge_1.0-1_all.deb) ...
dpkg: dependency problems prevent configuration of subterfuge:
 subterfuge depends on python-django; however:
  Package python-django is not installed.
 subterfuge depends on arptables; however:
  Package arptables is not installed.
 subterfuge depends on dhcpd; however:
  Package dhcpd is not installed.

dpkg: error processing subterfuge (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 subterfuge
root@kali:~/Desktop# apt-get update && apt-get -f install
Hit http://security.kali.org kali/updates Release.gpg
Hit http://security.kali.org kali/updates Release
Hit http://security.kali.org kali/updates/main amd64 Packages
Hit http://security.kali.org kali/updates/contrib amd64 Packages
Hit http://security.kali.org kali/updates/non-free amd64 Packages
Ign http://security.kali.org kali/updates/contrib Translation-en_US
Ign http://security.kali.org kali/updates/contrib Translation-en
Ign http://security.kali.org kali/updates/main Translation-en_US
Ign http://security.kali.org kali/updates/main Translation-en
Ign http://security.kali.org kali/updates/non-free Translation-en_US
Ign http://security.kali.org kali/updates/non-free Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
  python-django
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
  python-django
Suggested packages:
  python-psycopg python-flup python-sqlite geoip-database-contrib
The following packages will be REMOVED:
  subterfuge
The following NEW packages will be installed:
  python-django
0 upgraded, 1 newly installed, 1 to remove and 55 not upgraded.
1 not fully installed or removed.
Need to get 5,336 kB of archives.
After this operation, 46.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://security.kali.org/kali-security/ kali/updates/main python-django 
all 1.4.5-1+deb7u8 [5,336 kB]
Fetched 5,336 kB in 6s (852 kB/s)                                              
(Reading database ... 316822 files and directories currently installed.)
Removing subterfuge ...
Selecting previously unselected package python-django.
(Reading database ... 316558 files and directories currently installed.)
Unpacking python-django (from .../python-django_1.4.5-1+deb7u8_all.deb) ...
Processing triggers for man-db ...
Setting up python-django (1.4.5-1+deb7u8) ...
root@kali:~/Desktop# subterfuge
bash: subterfuge: command not found
root@kali:~/Desktop# cd subterfuge
bash: cd: subterfuge: No such file or directory
root@kali:~/Desktop# apt-get install arptables
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package arptables
root@kali:~/Desktop# apt-get instal dhcpd
E: Invalid operation instal
root@kali:~/Desktop# apt-get install dhcpd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package dhcpd
root@kali:~/Desktop# apt-get update && apt-get -f install subterfuge
Hit http://security.kali.org kali/updates Release.gpg
Hit http://security.kali.org kali/updates Release
Hit http://security.kali.org kali/updates/main amd64 Packages
Hit http://security.kali.org kali/updates/contrib amd64 Packages
Hit http://security.kali.org kali/updates/non-free amd64 Packages
Ign http://security.kali.org kali/updates/contrib Translation-en_US
Ign http://security.kali.org kali/updates/contrib Translation-en
Ign http://security.kali.org kali/updates/main Translation-en_US
Ign http://security.kali.org kali/updates/main Translation-en
Ign http://security.kali.org kali/updates/non-free Translation-en_US
Ign http://security.kali.org kali/updates/non-free Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package subterfuge
root@kali:~/Desktop# python /usr/share/subterfuge/uninstall.py
python: can't open file '/usr/share/subterfuge/uninstall.py': [Errno 2] No such 
file or directory
root@kali:~/Desktop# apt-get remove subterfuge
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package subterfuge
root@kali:~/Desktop# sudo install python.py -i
install: invalid option -- 'i'
Try `install --help' for more information.
root@kali:~/Desktop# sudo install python.py -f
install: invalid option -- 'f'
Try `install --help' for more information.
root@kali:~/Desktop# sudo install -i python.py
install: invalid option -- 'i'
Try `install --help' for more information.
root@kali:~/Desktop# sudo install -f python.py
install: invalid option -- 'f'
Try `install --help' for more information.
root@kali:~/Desktop# apt-get install python.py
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'python-pysvn' for regex 'python.py'
Note, selecting 'python-pymongo-doc' for regex 'python.py'
Note, selecting 'python-pycryptopp-dbg' for regex 'python.py'
Note, selecting 'python-pymongo-ext' for regex 'python.py'
Note, selecting 'python-pysnmp4-mibs' for regex 'python.py'
Note, selecting 'python-pyatspi2' for regex 'python.py'
Note, selecting 'python-pysqlite2-dbg' for regex 'python.py'
Note, selecting 'python-pysnmp2' for regex 'python.py'
Note, selecting 'python-pysnmp4' for regex 'python.py'
Note, selecting 'python-pysqlite2-doc' for regex 'python.py'
Note, selecting 'python-pygments' for regex 'python.py'
Note, selecting 'python-pybabel' for regex 'python.py'
Note, selecting 'python-pycurl' for regex 'python.py'
Note, selecting 'python-pydoctor' for regex 'python.py'
Note, selecting 'python-pyatspi' for regex 'python.py'
Note, selecting 'python-pysnmp4-doc' for regex 'python.py'
Note, selecting 'python-pyscard' for regex 'python.py'
Note, selecting 'python-pymongo' for regex 'python.py'
Note, selecting 'python-pycryptopp' for regex 'python.py'
Note, selecting 'python-pyexiv2-doc' for regex 'python.py'
Note, selecting 'python-pysnmp4-apps' for regex 'python.py'
Note, selecting 'python-pyx' for regex 'python.py'
Note, selecting 'python-pyexiv2' for regex 'python.py'
Note, selecting 'python-pyx-doc' for regex 'python.py'
Note, selecting 'python-pymssql' for regex 'python.py'
Note, selecting 'python-pycurl-dbg' for regex 'python.py'
Note, selecting 'python-pyscript' for regex 'python.py'
Note, selecting 'python-pysnmp-common' for regex 'python.py'
Note, selecting 'python-pygithub' for regex 'python.py'
Note, selecting 'python-pysqlite2' for regex 'python.py'
Note, selecting 'python-pypdf' for regex 'python.py'
Note, selecting 'python-pyasn1' for regex 'python.py'
Note, selecting 'python-pyparsing' for regex 'python.py'
Note, selecting 'python-pysnmp4' instead of 'python-pysnmp-common'
Note, selecting 'python-pysnmp4' instead of 'python-pysnmp2'
Note, selecting 'python-svn' instead of 'python-pysvn'
python-pymongo is already the newest version.
python-pymongo set to manually installed.
python-pymongo-ext is already the newest version.
python-pymongo-ext set to manually installed.
python-pyscard is already the newest version.
python-pyscard set to manually installed.
python-pyparsing is already the newest version.
python-pyparsing set to manually installed.
python-pyasn1 is already the newest version.
python-pyasn1 set to manually installed.
python-pysnmp4-apps is already the newest version.
python-pysnmp4-apps set to manually installed.
python-pycryptopp is already the newest version.
python-pycryptopp set to manually installed.
python-pyexiv2-doc is already the newest version.
python-pyexiv2-doc set to manually installed.
python-pyx is already the newest version.
python-pyx set to manually installed.
python-pygments is already the newest version.
python-pygments set to manually installed.
python-pymssql is already the newest version.
python-pymssql set to manually installed.
python-pycurl is already the newest version.
python-pycurl set to manually installed.
python-pypdf is already the newest version.
python-pypdf set to manually installed.
python-pygithub is already the newest version.
python-pygithub set to manually installed.
python-pysnmp4 is already the newest version.
python-pysnmp4 set to manually installed.
python-pyexiv2 is already the newest version.
python-pyexiv2 set to manually installed.
python-pyatspi is already the newest version.
python-pyatspi set to manually installed.
python-pysnmp4-mibs is already the newest version.
python-pysnmp4-mibs set to manually installed.
python-svn is already the newest version.
python-svn set to manually installed.
python-pyatspi2 is already the newest version.
python-pyatspi2 set to manually installed.
python-pysqlite2 is already the newest version.
python-pysqlite2 set to manually installed.
The following package was automatically installed and is no longer required:
  python-django
Use 'apt-get autoremove' to remove it.
The following NEW packages will be installed:
  python-pymongo-doc
0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
Need to get 846 kB of archives.
After this operation, 1,864 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://security.kali.org/kali-security/ kali/updates/main 
python-pymongo-doc all 2.2-4+deb7u1 [846 kB]
Fetched 846 kB in 1s (450 kB/s)             
Selecting previously unselected package python-pymongo-doc.
(Reading database ... 333991 files and directories currently installed.)
Unpacking python-pymongo-doc (from .../python-pymongo-doc_2.2-4+deb7u1_all.deb) 
...
Setting up python-pymongo-doc (2.2-4+deb7u1) ...
root@kali:~/Desktop# subterfuge
bash: subterfuge: command not found
root@kali:~/Desktop# apt-get update && apt-get -f install
Hit http://security.kali.org kali/updates Release.gpg
Hit http://security.kali.org kali/updates Release
Hit http://security.kali.org kali/updates/main amd64 Packages
Hit http://security.kali.org kali/updates/contrib amd64 Packages
Hit http://security.kali.org kali/updates/non-free amd64 Packages
Ign http://security.kali.org kali/updates/contrib Translation-en_US
Ign http://security.kali.org kali/updates/contrib Translation-en
Ign http://security.kali.org kali/updates/main Translation-en_US
Ign http://security.kali.org kali/updates/main Translation-en
Ign http://security.kali.org kali/updates/non-free Translation-en_US
Ign http://security.kali.org kali/updates/non-free Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  python-django
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 55 not upgraded.

Original issue reported on code.google.com by bino4...@gmail.com on 3 Oct 2014 at 1:47