You are not logged in.
Hi,
Yesterday I did a fresh 32b Net installation of Arch without problems and proceeded with installing X, KDE, yaourt, firefox, thunderbird and vlc.
So far so good.
Than I ran (as root) yaourt -S openoffice.
At that stage it began downloading about 19 MB (if I remember correctly) of dependencies, and than continuously downloaded for about 8 hours!, all the times several lines like the following rolling down. I watched it as it proceeded, and my / partition got almost filled at 10 GB (fresh net install without older packages).
Line example:
A DEV300_m42/path to various filesEventually, I stopped it (CTRL-Z) and rebooted. During reboot it took several seconds of "removing leftover files" and finally I logged in to find my root now occupies only a reasonable 4.4. GB.
My questions:
1. What was I actually doing? What's the meaning of the lines beginning with "A DEV300..."?
2. How do I install openoffice?
Thanks!
Last edited by mibadt (2009-11-20 01:32:28)
Best regards,
Michael Badt
Offline
Have you fully updated your system? Older versions of pacman/libdownload had issues with not fully stable internet connections.
Offline
2. How do I install openoffice?
pacman -Syu && pacman -S openoffice-base
Don't play with unsupported AUR (yaourt) stuff when you don't know what is going on!
Offline
You probably started to build the openoffice pack instead of downloading the binaries.
building openoffice can take like an half day, depends on your computer specs so that's what you probably ran into.
Offline
Hi mibadt !
If you use yaourt, it's best to start out with "yaourt openoffice" - this will give you a list of all packages matching openoffice, official and community repository 1st, AUR down the list. if something is in the repos, you take it from the repos, as Andy already stated ...
If something is NOT in the repos, you can try AUR. There's also binary packages in AUR (usually for closed source stuff like opera browser or citrix client), often (but not always) labeled as "-bin".
If you REALLY want to build things from source, yaourt is a hit or miss affair - it works, or it doesn't ...
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila."
(Mitch Ratcliffe)
Offline