The Following User Says Thank You to anthonie For This Useful Post: | ||
|
2010-12-11
, 16:41
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#222
|
Installing usually takes place through something called a package-manager. Ubuntu uses the famous debian apt-get as a backend and synaptic as the frontend.
Right now you are trying to install something in Arch linux, which uses a different package menager called pacman.
So, install by
No prob. But the reaction to this would be the answer to your other question:Code:pacman -S ttf-dejavu
Juan placed a link to them, only two pages back. They are tarred and gzipped, so if you don't know how to unpack it, you have two opions:
Unpack them on your regular machine and transfer them to your n900 or read up on tar.gz files with google and unpack them like that.
Now to your answer and the question: There's no problem being a linux newbee. Everyone that knows something has one day lacked the knowledge and in this particular case (of Linux) it's safe to say we all learnt what we know online. By googling, by reading carefully and by asking questions but above all, by showing curiosity and initiative.
Good luck!
Proceed with installation? [Y/n] Y checking package integrity... (1/1) checking for file conflicts [-] 100% (1/1) upgrading ttf-dejavu [-] 100% /tmp/alpm_b53BW6/.INSTALL: line 8: post_install: command not found error: command failed to execute correctly
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ /home/user/archlinux -sh: /home/user/archlinux: Permission denied ~ $ cd /home/user/archlinux ~/archlinux $ ./archlinux ./archlinux: line 1: #Start: not found /home/user/archlinux/chrootarch: line 1: : not found /.archlinux has a qmount already! /media/mmc1/archmobile.img.ext2 already mounted on /.archlinux... Everything set up, running chroot... root /home/user/archlinux/chrootarch: line 1: : not found /.archlinux has a qmount already! /media/mmc1/archmobile.img.ext2 already mounted on /.archlinux... Everything set up, running chroot... () _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/Nokia-N900:3 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 (0x04800002) /home/user/archlinux/startarch: line 13: /usr/bin/set-focus: No such file or directory /home/user/archlinux/startarch: line 14: /sbin/qobi-wmhint-fix: No such file or directory /usr/bin/starte17: line 1: enlightment_start: command not found ~/archlinux $ [dix] Could not init font path element /usr/share/fonts/TTF, removing from list! [dix] Could not init font path element /usr/share/fonts/Type1, removing from list!
|
2010-12-11
, 20:25
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#223
|
The Following User Says Thank You to anthonie For This Useful Post: | ||
|
2010-12-11
, 23:04
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#224
|
deny_winarto,
I donīt know about the post_install error, I did not have that but it sounds like a part of the Arch Build Structure is missing. I ran into that problem, which boils down to having only very limited repositories available over at ArchMobile.
About the other issue, make sure you copy the files from toyr root partition into the partition you are using as chroot. For that you need to chroot into your Arch first and then copy the files and chmod them.
cd /home/user/archlinux ./chrootarch ... ?
|
2010-12-12
, 00:46
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#225
|
The Following User Says Thank You to qole For This Useful Post: | ||
|
2010-12-12
, 01:42
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#226
|
|
2010-12-12
, 11:08
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#227
|
|
2010-12-12
, 14:52
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#228
|
@qole,
Thanks, that was the final thing needed for the keyboard.
Current status of Archlinux:
Working fully with hardware keyboard support and all. Illume module is installed by default.
@Deny, I don't have mt card with me at the moment, so I can't check that OS as it installed on SD.
Figured the copying to your chroot in the mean time? Qole answered it as well.
/cd /home/user/archlinux ./chrootarch ... ?
|
2010-12-12
, 16:23
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#229
|
The Following User Says Thank You to qole For This Useful Post: | ||
|
2010-12-12
, 17:18
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#230
|
deny_winarto: Just make a .desktop file in /usr/share/applications/hildon with the command you use to run openoffice in the "EXEC=" line.
Right now you are trying to install something in Arch linux, which uses a different package menager called pacman.
So, install by
Unpack them on your regular machine and transfer them to your n900 or read up on tar.gz files with google and unpack them like that.
Now to your answer and the question: There's no problem being a linux newbee. Everyone that knows something has one day lacked the knowledge and in this particular case (of Linux) it's safe to say we all learnt what we know online. By googling, by reading carefully and by asking questions but above all, by showing curiosity and initiative.
Good luck!