0
votes
1answer
31 views
Eclipse APT slows compiling
I'm currently writing an Eclipse APT plug-in to check if my annotations are correct.
But it appears that enabling APT causes my compile process to slow down.
Even saving a tiny, u …
0
votes
1answer
229 views
Apt-Pinning: Installing libboost from Jaunty repository into Intrepid Ubuntu
I'm trying to install libboost 1.38 in Ubuntu 8.10 using a Ubuntu 9.04 repository since it isn't avalable in any of the 8.10 repositories. I'm trying to use an Apt-pinning by addi …
0
votes
4answers
144 views
apt like column output - python library
Debian's apt tool outputs results in uniform width columns. For instance, try running "aptitude search svn" .. and all names appear in the first column of the same width.
Now if y …
0
votes
1answer
111 views
/etc/cron.daily/apt and /etc/cron.daily/aptitude on ubuntu hardy [closed]
I am a sys admin newb, otherwise I would figure this out on my own. I have a slicehost slice and I noticed that there are a couple scripts that get run (the ones I mentioned in my …
2
votes
2answers
52 views
How to use the APT tool to create exercises in course material
I'm in the process of creating exercises in how to write a plug-in to a system integration tool. We will have the correct answers implemented for demonstration after exercises, bu …
1
vote
4answers
1k views
How do I preserve installed applications when migrating Ubuntu to another platform?
I'm looking at maybe moving from an older AMD64 to a new Intel dual-core which is 32 bit. Installation isn't a problem but can I transfer all the installed apps? I haven't been
abl …
3
votes
3answers
151 views
How can I automate dpkg/apt-get?
I'm trying to create a script that automatically downloads packages for new servers. However, some things like 'mysql-server' can not installed automatically cause you need to conf …
3
votes
2answers
776 views
The drawbacks of annotation processing in Java?
I am considering starting a project which is used to generate code in Java using annotations (I won't get into specifics, as it's not really relevant). I am wondering about the val …
2
votes
7answers
976 views
Clone Debian/Ubuntu installation
Is there an easy way of cloning entire installed debian/ubuntu system?
I want to have identical installation in terms of installed packages and as much as possible of settings.
I …
0
votes
4answers
115 views
Machine regularly segfaults
When I use apt-get to install or upgrade my Ubuntu hardy system, I often get messages like this:
$ sudo apt-get install foo
Reading package lists... Done
Segmentation faulty tree. …
2
votes
3answers
145 views
How to use libapt (or libept) in debian-like system to list packages and get their infos?
Somebody used libapt or libept to list packages and get informations about package in a debian-like system?
Libapt is not well-documented at all, and i've found few examples and t …
2
votes
2answers
209 views
Debian: How can I pull a single package with dependencies from another repository?
I am on debian etch and I want to pull subversion1.5.1 from testing though it is a production machine. I need to keep the risk minimal.
Any hints?
0
votes
1answer
96 views
How to get file list from a Debian package using eptlib libraries?
Simple question: I have loaded an Apt package record with libept. There is a method to get file list? It should sound like
record.GetFileList();
and it should return a vector s …
0
votes
1answer
70 views
Comparative advantages of xdoc and apt formats
What are the relative merits of the xdoc and apt formats for writing websites of Maven projects? Is one more expressive than the other? Has one got better tool support than the oth …
1
vote
1answer
221 views
Is it possible to simulate installation of Debian packages, still marking them installed?
Here's what I would like. Start with a virtual sytem with no installed packages. Then I invoke a tool similar to apt-get to ask it to compute the dependencies and mark all the pack …
