| 1 | #! /bin/bash |
|---|
| 2 | # script to get openxcap dependence |
|---|
| 3 | # |
|---|
| 4 | #sudo lshw -C cpu |
|---|
| 5 | # |
|---|
| 6 | # |
|---|
| 7 | uname -asoi |
|---|
| 8 | Linux sip 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10 UTC 2009 i686 GNU/Linux |
|---|
| 9 | # |
|---|
| 10 | # |
|---|
| 11 | apt-get update |
|---|
| 12 | Hit http://us.archive.ubuntu.com jaunty Release.gpg |
|---|
| 13 | Ign http://us.archive.ubuntu.com jaunty/main Translation-en_US |
|---|
| 14 | Ign http://us.archive.ubuntu.com jaunty/restricted Translation-en_US |
|---|
| 15 | Hit http://ppa.launchpad.net hardy Release.gpg |
|---|
| 16 | Ign http://ppa.launchpad.net hardy/main Translation-en_US |
|---|
| 17 | Ign http://us.archive.ubuntu.com jaunty/universe Translation-en_US |
|---|
| 18 | Ign http://us.archive.ubuntu.com jaunty/multiverse Translation-en_US |
|---|
| 19 | Hit http://us.archive.ubuntu.com jaunty-updates Release.gpg |
|---|
| 20 | Ign http://us.archive.ubuntu.com jaunty-updates/main Translation-en_US |
|---|
| 21 | Ign http://us.archive.ubuntu.com jaunty-updates/restricted Translation-en_US |
|---|
| 22 | Ign http://us.archive.ubuntu.com jaunty-updates/universe Translation-en_US |
|---|
| 23 | Ign http://us.archive.ubuntu.com jaunty-updates/multiverse Translation-en_US |
|---|
| 24 | Hit http://ag-projects.com unstable Release.gpg |
|---|
| 25 | Ign http://ag-projects.com unstable/main Translation-en_US |
|---|
| 26 | Hit http://ppa.launchpad.net hardy Release |
|---|
| 27 | Hit http://us.archive.ubuntu.com jaunty Release |
|---|
| 28 | Hit http://security.ubuntu.com jaunty-security Release.gpg |
|---|
| 29 | Ign http://security.ubuntu.com jaunty-security/main Translation-en_US |
|---|
| 30 | Ign http://security.ubuntu.com jaunty-security/restricted Translation-en_US |
|---|
| 31 | Hit http://us.archive.ubuntu.com jaunty-updates Release |
|---|
| 32 | Ign http://ppa.launchpad.net hardy/main Packages |
|---|
| 33 | Ign http://security.ubuntu.com jaunty-security/universe Translation-en_US |
|---|
| 34 | Ign http://security.ubuntu.com jaunty-security/multiverse Translation-en_US |
|---|
| 35 | Hit http://security.ubuntu.com jaunty-security Release |
|---|
| 36 | Hit http://ag-projects.com unstable Release |
|---|
| 37 | Hit http://us.archive.ubuntu.com jaunty/main Packages |
|---|
| 38 | Hit http://us.archive.ubuntu.com jaunty/restricted Packages |
|---|
| 39 | Hit http://us.archive.ubuntu.com jaunty/main Sources |
|---|
| 40 | Hit http://us.archive.ubuntu.com jaunty/restricted Sources |
|---|
| 41 | Hit http://us.archive.ubuntu.com jaunty/universe Packages |
|---|
| 42 | Ign http://ppa.launchpad.net hardy/main Sources |
|---|
| 43 | Hit http://security.ubuntu.com jaunty-security/main Packages |
|---|
| 44 | Ign http://ag-projects.com unstable/main Packages |
|---|
| 45 | Hit http://us.archive.ubuntu.com jaunty/universe Sources |
|---|
| 46 | Hit http://us.archive.ubuntu.com jaunty/multiverse Packages |
|---|
| 47 | Hit http://us.archive.ubuntu.com jaunty/multiverse Sources |
|---|
| 48 | Hit http://us.archive.ubuntu.com jaunty-updates/main Packages |
|---|
| 49 | Hit http://us.archive.ubuntu.com jaunty-updates/restricted Packages |
|---|
| 50 | Hit http://ppa.launchpad.net hardy/main Packages |
|---|
| 51 | Hit http://us.archive.ubuntu.com jaunty-updates/main Sources |
|---|
| 52 | Hit http://us.archive.ubuntu.com jaunty-updates/restricted Sources |
|---|
| 53 | Hit http://us.archive.ubuntu.com jaunty-updates/universe Packages |
|---|
| 54 | Hit http://security.ubuntu.com jaunty-security/restricted Packages |
|---|
| 55 | Hit http://security.ubuntu.com jaunty-security/main Sources |
|---|
| 56 | Hit http://security.ubuntu.com jaunty-security/restricted Sources |
|---|
| 57 | Hit http://security.ubuntu.com jaunty-security/universe Packages |
|---|
| 58 | Hit http://us.archive.ubuntu.com jaunty-updates/universe Sources |
|---|
| 59 | Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Packages |
|---|
| 60 | Ign http://ag-projects.com unstable/main Sources |
|---|
| 61 | Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Sources |
|---|
| 62 | Hit http://ppa.launchpad.net hardy/main Sources |
|---|
| 63 | Hit http://security.ubuntu.com jaunty-security/universe Sources |
|---|
| 64 | Hit http://security.ubuntu.com jaunty-security/multiverse Packages |
|---|
| 65 | Hit http://security.ubuntu.com jaunty-security/multiverse Sources |
|---|
| 66 | Hit http://ag-projects.com unstable/main Packages |
|---|
| 67 | Hit http://ag-projects.com unstable/main Sources |
|---|
| 68 | Reading package lists... |
|---|
| 69 | # |
|---|
| 70 | # |
|---|
| 71 | apt-get install openxcap |
|---|
| 72 | Reading package lists... |
|---|
| 73 | Building dependency tree... |
|---|
| 74 | Reading state information... |
|---|
| 75 | Some packages could not be installed. This may mean that you have |
|---|
| 76 | requested an impossible situation or if you are using the unstable |
|---|
| 77 | distribution that some required packages have not yet been created |
|---|
| 78 | or been moved out of Incoming. |
|---|
| 79 | The following information may help to resolve the situation: |
|---|
| 80 | |
|---|
| 81 | The following packages have unmet dependencies: |
|---|
| 82 | openxcap: Depends: python-support (>= 0.90.0) but 0.8.7ubuntu4 is to be installed |
|---|
| 83 | Depends: python-gnutls (>= 1.1.8) but it is not going to be installed |
|---|
| 84 | E: Broken packages |
|---|
| 85 | # |
|---|
| 86 | # |
|---|
| 87 | apt-get install python-support |
|---|
| 88 | Reading package lists... |
|---|
| 89 | Building dependency tree... |
|---|
| 90 | Reading state information... |
|---|
| 91 | python-support is already the newest version. |
|---|
| 92 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 93 | # |
|---|
| 94 | ###my comments:i have python-support-1.0.2ubuntu1 installed on my system from python-support_1.0.2ubuntu1.tar.gz |
|---|
| 95 | # |
|---|
| 96 | apt-get install libxml2 |
|---|
| 97 | Reading package lists... |
|---|
| 98 | Building dependency tree... |
|---|
| 99 | Reading state information... |
|---|
| 100 | libxml2 is already the newest version. |
|---|
| 101 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 102 | # |
|---|
| 103 | # |
|---|
| 104 | apt-get install python |
|---|
| 105 | Reading package lists... |
|---|
| 106 | Building dependency tree... |
|---|
| 107 | Reading state information... |
|---|
| 108 | python is already the newest version. |
|---|
| 109 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 110 | # |
|---|
| 111 | ### my comments: I have Python-3.1 installed on my system from Python-3.1.tgz |
|---|
| 112 | # |
|---|
| 113 | apt-get install python-application |
|---|
| 114 | Reading package lists... |
|---|
| 115 | Building dependency tree... |
|---|
| 116 | Reading state information... |
|---|
| 117 | Some packages could not be installed. This may mean that you have |
|---|
| 118 | requested an impossible situation or if you are using the unstable |
|---|
| 119 | distribution that some required packages have not yet been created |
|---|
| 120 | or been moved out of Incoming. |
|---|
| 121 | The following information may help to resolve the situation: |
|---|
| 122 | |
|---|
| 123 | The following packages have unmet dependencies: |
|---|
| 124 | python-application: Depends: python-support (>= 0.90.0) but 0.8.7ubuntu4 is to be installed |
|---|
| 125 | E: Broken packages |
|---|
| 126 | # |
|---|
| 127 | # |
|---|
| 128 | apt-get install python-gnutls |
|---|
| 129 | Reading package lists... |
|---|
| 130 | Building dependency tree... |
|---|
| 131 | Reading state information... |
|---|
| 132 | Some packages could not be installed. This may mean that you have |
|---|
| 133 | requested an impossible situation or if you are using the unstable |
|---|
| 134 | distribution that some required packages have not yet been created |
|---|
| 135 | or been moved out of Incoming. |
|---|
| 136 | The following information may help to resolve the situation: |
|---|
| 137 | |
|---|
| 138 | The following packages have unmet dependencies: |
|---|
| 139 | python-gnutls: Depends: python (< 2.6) but 2.6.2-0ubuntu1 is to be installed |
|---|
| 140 | E: Broken packages |
|---|
| 141 | # |
|---|
| 142 | # |
|---|
| 143 | apt-get install python-lxml |
|---|
| 144 | Reading package lists... |
|---|
| 145 | Building dependency tree... |
|---|
| 146 | Reading state information... |
|---|
| 147 | python-lxml is already the newest version. |
|---|
| 148 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 149 | # |
|---|
| 150 | # |
|---|
| 151 | apt-get install python-sqlobject |
|---|
| 152 | Reading package lists... |
|---|
| 153 | Building dependency tree... |
|---|
| 154 | Reading state information... |
|---|
| 155 | python-sqlobject is already the newest version. |
|---|
| 156 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 157 | # |
|---|
| 158 | # |
|---|
| 159 | apt-get install python-twisted-core |
|---|
| 160 | Reading package lists... |
|---|
| 161 | Building dependency tree... |
|---|
| 162 | Reading state information... |
|---|
| 163 | python-twisted-core is already the newest version. |
|---|
| 164 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 165 | # |
|---|
| 166 | # |
|---|
| 167 | apt-get install python-twisted-web |
|---|
| 168 | Reading package lists... |
|---|
| 169 | Building dependency tree... |
|---|
| 170 | Reading state information... |
|---|
| 171 | python-twisted-web is already the newest version. |
|---|
| 172 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 173 | # |
|---|
| 174 | # |
|---|
| 175 | apt-get install python-twisted-web2 |
|---|
| 176 | Reading package lists... |
|---|
| 177 | Building dependency tree... |
|---|
| 178 | Reading state information... |
|---|
| 179 | python-twisted-web2 is already the newest version. |
|---|
| 180 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 181 | # |
|---|
| 182 | # |
|---|
| 183 | apt-get install python-zopeinterface |
|---|
| 184 | Reading package lists... |
|---|
| 185 | Building dependency tree... |
|---|
| 186 | Reading state information... |
|---|
| 187 | python-zopeinterface is already the newest version. |
|---|
| 188 | 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. |
|---|
| 189 | |
|---|
| 190 | ## of my script |
|---|