Active Topics

 


Reply
Thread Tools
Posts: 14 | Thanked: 0 times | Joined on Mar 2008
#1
I am trying to unrar a file using x-terminal, but the problem is I don't know how to use x-terminal. I have to extract it in the same folder. It would be really appreciated if someone could help.
p.s, I have the unrar application installed on the tablet (using xarchiver). Its on os2008.

Thanks
 
danguyf's Avatar
Posts: 33 | Thanked: 4 times | Joined on Jan 2008
#2
1.) Start up xterm.
2.) Change to the directory with the rar file in it. ("cd /home/user/MyDocs/" or some such. If you don't know where it is, do a "find / -name [tar file name]" to find it.)
3.) Type "tar xvf [tar file name]".

That should do it.
 

The Following User Says Thank You to danguyf For This Useful Post:
Ali's Avatar
Posts: 248 | Thanked: 51 times | Joined on Jan 2010 @ Amsterdam
#3
can somebody help me how to unrar a file in xterminal i want to know exactly what to type to unrar a file

thanks
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#4
Originally Posted by Ali View Post
can somebody help me how to unrar a file in xterminal i want to know exactly what to type to unrar a file

thanks
If you already have unrar installed, then it should just be:
Code:
unrar x filename.rar
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#5
Originally Posted by Ali View Post
can somebody help me how to unrar a file in xterminal i want to know exactly what to type to unrar a file

thanks
Considering that your filename could be anything.. and your path be anywhere.. this is unlikely.

What I can tell you is that there is "unrar" and "p7zip" in Extras-Devel (standard kill your kitten warning applies), both of which will unrar a file - but are both command line only applications.

The suggestion above (danguyf) uses Tar and is not for RAR files.. different compression.

With unrar you can unrar a file with:

Code:
unrar x filename.rar
With p7zip it's:

Code:
7zr e filename.rar
or
7zr x filename.rar
(I believe, haven't used p7zip yet).
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Ali's Avatar
Posts: 248 | Thanked: 51 times | Joined on Jan 2010 @ Amsterdam
#6
hi again i have tried to find a unrar app which works on N900 but i can't find any !
can someone help with a working unrar app for N900??

Need help please
 
Ali's Avatar
Posts: 248 | Thanked: 51 times | Joined on Jan 2010 @ Amsterdam
#7
Originally Posted by Rob1n View Post
If you already have unrar installed, then it should just be:
Code:
unrar x filename.rar

where to get an unrar app for N900?

i can't find any to install so could u help me please
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#8
Originally Posted by Ali View Post
where to get an unrar app for N900?

i can't find any to install so could u help me please
You'll need to set up and enable the extras-testing repository and have the rootsh package installed. Then run (in X Terminal):
Code:
sudo gainroot
apt-get install unrar
If you're not already using the extras-testing repository (with an awareness of the potential issues involved) then you should immediately disable/delete the repository afterwards.
 
Ali's Avatar
Posts: 248 | Thanked: 51 times | Joined on Jan 2010 @ Amsterdam
#9
/home/user # apt-get install unrar
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package unrar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package unrar has no installation candidate
/home/user #


this is what i get what to do now?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#10
Originally Posted by Ali View Post
/home/user # apt-get install unrar
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package unrar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package unrar has no installation candidate
/home/user #


this is what i get what to do now?
That's odd - according to this it's in extras-testing. You may need to add the extras-devel repository as well then.
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:47.