Results 1 to 6 of 6
I'm trying to install s-jog, an app that will allow me to use the scroll wheel on my vaio, but when I try to unpack and install the tarball using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-23-2006 #1
Error when installing a tar.bz
I'm trying to install s-jog, an app that will allow me to use the scroll wheel on my vaio, but when I try to unpack and install the tarball using Arch's pacman I get the error:
Any ideas on how to correct this issue or work around it? I've tried downloading from different mirrors, and even tried a later version. Same problem.Code:loading package data... load_pkg: missing package info file in sjog-*
10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu
- 05-23-2006 #2
I've never used Arch before, but to install a .gz package you can run...
./configure --help (for a list of options to pass to configure)
./configure && make
su
make install
- 05-24-2006 #3
usaually tar.gz are source code packages to my knowledge package managers dont install them
If we couldn't laugh we would all go insane--Jimmy Buffett
Registered Linux user # 376962
- 05-24-2006 #4
I'm pretty sure distributions like Arch, Gentoo and Slack all use the tarball format. That's why when you use their package managers (pacman/emerge) they compile the code. I'm confident I have the correct file format and am using the command correctly - I'm just not sure why I'm getting the info error, nor how to correct it.
10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu
- 05-24-2006 #5
You cannot use a standard .tar.gz with PACMAN.
Arch's packages are of extension .pkg.tar.gz.
You can build your own packages from a .tar.gz file though. Look at this:
http://wiki.archlinux.org/index.php/ABS"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-25-2006 #6
Ah ha! Thanks =)
10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu


Reply With Quote
