Results 1 to 4 of 4
hi!
I want to install on gentoo a driver for my printer: lxx74-cups-0.82.tar.gz
how can i do that with emerge?
Perhaps emerge --buildpkg ?
Thx in advance...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-27-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 14
install a programm not in portage
hi!
I want to install on gentoo a driver for my printer: lxx74-cups-0.82.tar.gz
how can i do that with emerge?
Perhaps emerge --buildpkg ?
Thx in advance
- 09-27-2004 #2Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Portage is for .ebuild files and .ebuild files only! That package you would need to install like you would on any other distro, extract it, then with a terminal cd to the folder and type ./configure && make, and then as root make install.
- 09-28-2004 #3Just Joined!
- Join Date
- Sep 2004
- Posts
- 14
thx! but is there a way to make it a tbz2file?
- 09-28-2004 #4Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
i'm not sure if you're asking how to convert something to bz2 or how to decompress bz2 so my answer is this: read the man page for bzip2 - "man bzip2" at the command line.


Reply With Quote
