TracTickets: my_apt-get_result

File my_apt-get_result, 7.5 KB (added by ekeyUSA, 3 years ago)

apt-get commands and results

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