Results 1 to 8 of 8
what type of program can i use to read .rar e-books?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-29-2005 #1
e-books
what type of program can i use to read .rar e-books?
- 10-29-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
not sure if it supports .rar but try ebookmerge, available in your friendly neighborhood portage tree...
Operating System: GNU Emacs
- 10-29-2005 #3
a .rar us a win rar file. It's like Zip, so you'll need to decompress the file using "unrar"
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 10-29-2005 #4
- 10-29-2005 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
you can unmask it...its 0.6 so it may be stable enough
Operating System: GNU Emacs
- 10-29-2005 #6
- 10-29-2005 #7Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
man emerge
Operating System: GNU Emacs
- 10-30-2005 #8
to unmask something you put it's name in the /etc/portage/package.keywords file. you can either edit it drectly, or just use echo:
so in your case it will be:Code:echo "directory/package ~x86" >> /etc/portage/package.keywords
just remember to include the FULL name in the package.keywords file.Code:echo "app-doc/ebookmerge ~x86" >> /etc/portage/package.keywords
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?


Reply With Quote
