USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

How to open RAR. package
Goto page 1, 2  Next
 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Command Line Commands
View previous topic :: View next topic  
Author Message
squirt
New Member


Joined: 20 Aug 2024
Posts: 46
Location: Portland, OR

PostPosted: Sun Aug 30, 2024 8:47 pm    Post subject: How to open RAR. package Reply with quote

I just downloaded .rar file. But there is no software to extract it.
Any help pl.

I have Fedora Core 11
this are the command I knew I have to use (from web search).

#rpm -ivh http://rpm.livna.org/livna-release-7.rpm
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
#yum install unrar


This are My result on Terminal Command:

[root@localhost squirt]# rpm -ivh http://rpm.livna.org/livna-release-7.rpm
Retrieving http://rpm.livna.org/livna-release-7.rpm
curl: (22) The requested URL returned error: 404
error: skipping http://rpm.livna.org/livna-release-7.rpm - transfer failed
[root@localhost squirt]#

Thank you very much for youre help



_________________
Ubuntu 8.04.3 LTS i686-CPU Family :15-Intel(R) Pentium(R) 4 CPU 2.80GHz-cpu MHz : 2799.930-Mem:502712
Back to top
View user's profile Send private message
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Sun Aug 30, 2024 9:50 pm    Post subject: Reply with quote

RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship. That software is provided as precompiled RPMs for all current Fedora versions and Red Hat Enterprise Linux 5; you can use the RPM Fusion repositories with tools like yum and PackageKit.

RPM Fusion is a merger of Dribble, Freshrpms, and Livna; our goal is to simplify end-user experience by grouping as much add-on software as possible in a single location. Also see our FoundingPrinciples.

http://rpmfusion.org/Configuration

http://rpmfusion.org/EnablingRpmFusionDuringFedoraInstall

Code:

su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
platinummonkey
Advanced Member


Joined: 01 Mar 2024
Posts: 732
Location: Texas

PostPosted: Sun Aug 30, 2024 10:45 pm    Post subject: Reply with quote

take jada's advice.

or alternatively if you dont want rpmfusion:
according to http://rpm.livna.org/
use this link instead: http://rpm.livna.org/livna-release.rpm

to unrar a .rar:
Code:
unrar <filename>.rar



_________________
desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
Back to top
View user's profile Send private message Visit poster's website AIM Address
squirt
New Member


Joined: 20 Aug 2024
Posts: 46
Location: Portland, OR

PostPosted: Sun Aug 30, 2024 11:33 pm    Post subject: Reply with quote

Thank you both of you guys, here it's the result from the terminal command line you share with me:

[squirt@localhost ~]$ su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Password:
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
warning: /var/tmp/rpm-tmp.VH2Q7E: Header V3 DSA signature: NOKEY, key ID 49c8885a
warning: /var/tmp/rpm-tmp.dkuSW9: Header V3 DSA signature: NOKEY, key ID b1981b68
Preparing... ########################################### [100%]
package rpmfusion-free-release-11-1.noarch (which is newer than rpmfusion-free-release-10-5.noarch) is already installed
package rpmfusion-nonfree-release-11-1.noarch (which is newer than rpmfusion-nonfree-release-10-5.noarch) is already installed
[squirt@localhost ~]$

I feel dummy to ask you: Is this mean I can star extracting RAR files?

Thank you so much for your TUTORIAL

I will give you A+



_________________
Ubuntu 8.04.3 LTS i686-CPU Family :15-Intel(R) Pentium(R) 4 CPU 2.80GHz-cpu MHz : 2799.930-Mem:502712
Back to top
View user's profile Send private message
platinummonkey
Advanced Member


Joined: 01 Mar 2024
Posts: 732
Location: Texas

PostPosted: Mon Aug 31, 2024 2:23 am    Post subject: Reply with quote

squirt wrote:
I feel dummy to ask you: Is this mean I can star extracting RAR files?


no. You just have more options now to get packages. Smile

you still need to install unrar:
Code:
yum install unrar


then see my previous post to use unrar Razz



_________________
desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
Back to top
View user's profile Send private message Visit poster's website AIM Address
squirt
New Member


Joined: 20 Aug 2024
Posts: 46
Location: Portland, OR

PostPosted: Tue Sep 01, 2024 12:49 am    Post subject: Thank you very much Reply with quote

platinummonkey wrote:
squirt wrote:
I feel dummy to ask you: Is this mean I can star extracting RAR files?


no. You just have more options now to get packages. Smile

you still need to install unrar:
Code:
yum install unrar

[code]
then see my previous post to use unrar Razz


here is my result I just wanted to show you if I am follow you tutorial, If I did what you say to me.
I will like to thank you for show me how to install this program.

Thank you again for show people like my self how to get our hand dirty, and make me feel good about my self.

thank again.

any other suggestion please let me know, I would love to hear back from you again.

Quote:
squirt@localhost ~]$ su -c "rpm -ivh http://rpm.livna.org/livna-release.rpm"
Password:
Retrieving http://rpm.livna.org/livna-release.rpm
Preparing... ########################################### [100%]
package livna-release-1:1-1.noarch is already installed
[squirt@localhost ~]$



_________________
Ubuntu 8.04.3 LTS i686-CPU Family :15-Intel(R) Pentium(R) 4 CPU 2.80GHz-cpu MHz : 2799.930-Mem:502712
Back to top
View user's profile Send private message
platinummonkey
Advanced Member


Joined: 01 Mar 2024
Posts: 732
Location: Texas

PostPosted: Tue Sep 01, 2024 2:37 am    Post subject: Reply with quote

yes, you've installed the linva rpm.

keep in mind linva is NOT unrar

you still need to install unrar! Razz



_________________
desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
Back to top
View user's profile Send private message Visit poster's website AIM Address
squirt
New Member


Joined: 20 Aug 2024
Posts: 46
Location: Portland, OR

PostPosted: Tue Sep 15, 2024 9:01 pm    Post subject: Thank you for youre Replay Reply with quote

I have switch to Ubuntu 8.10 -------- Can I use the same Tutorial you have offer to me, if I do can you please let me know?

I have another question, I understand thus Forum is Fedora Core
But If you don't wanted to answer , I complete understand.


Quote:
how do I transfer files from internal hardrive to external hardrive


I have try to use SEND but it only give me one option only
Destination -------->(sand as) Email Evolution.
Ubuntu read My external Hardrive so I understand I have to amount the hardrive or something like that.

Thank you very much, for everything, God bless you.



_________________
Ubuntu 8.04.3 LTS i686-CPU Family :15-Intel(R) Pentium(R) 4 CPU 2.80GHz-cpu MHz : 2799.930-Mem:502712
Back to top
View user's profile Send private message
platinummonkey
Advanced Member


Joined: 01 Mar 2024
Posts: 732
Location: Texas

PostPosted: Wed Sep 16, 2024 3:08 am    Post subject: Re: Thank you for youre Replay Reply with quote

squirt wrote:
I have switch to Ubuntu 8.10 -------- Can I use the same Tutorial you have offer to me, if I do can you please let me know?


Yes and no, installing packages is different in ubuntu (a debian based distro). you would use apt-get instead of yum. The nice thing is ubuntu has a very nice graphical package manager frontend - synaptic. I would recommend using that.

squirt wrote:


Quote:
how do I transfer files from internal hardrive to external hardrive


I have try to use SEND but it only give me one option only
Destination -------->(sand as) Email Evolution.
Ubuntu read My external Hardrive so I understand I have to amount the hardrive or something like that.


Ubuntu should auto-mount the devices for you. As for the send-to, that you will have to add for yourself. The easy way is to use your file manager and just copy-paste like you would on any other os Wink There is probably a link on your desktop to the external drive, or at least a "computer" icon for accessing your data. Usually it will be mounted in either /mnt or /media

"Send-to" is NOT the same as in windoze. But if you're looking for a script to make it act similar there are some here: http://g-scripts.sourceforge.net/faq.html designed for nautilus (gnome's default file manager).



_________________
desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
Back to top
View user's profile Send private message Visit poster's website AIM Address
squirt
New Member


Joined: 20 Aug 2024
Posts: 46
Location: Portland, OR

PostPosted: Wed Sep 16, 2024 7:22 pm    Post subject: Reply with quote

1. Step
synaptic ------> Livna (word search) -------> Installed
2. Step
Synaptic ------> Install Unrar or Winrar (word search) I have uset it and it give me allot packeges option and i am not quiete
sure If I need all of them Installed
NOTE

If I chose to use to installed "Synaptic" for Livna & Winrar
should i use does two key words?

Thank you, for taking your time helping other



_________________
Ubuntu 8.04.3 LTS i686-CPU Family :15-Intel(R) Pentium(R) 4 CPU 2.80GHz-cpu MHz : 2799.930-Mem:502712
Back to top
View user's profile Send private message
jester
Sr. Member


Joined: 19 Apr 2024
Posts: 1166

PostPosted: Fri Sep 18, 2024 1:52 pm    Post subject: Reply with quote

@squirt: in your current linux system can you open a terminal and show us the output of
Code:
uname -a && less /etc/issue


thanks



_________________
Arch64 :: Funtoo64 :: FreeBSD-8.0 :: OSX-10.4.11 (PPC)
Testing: Fedora12_x86-64 :: Ubuntu-10.04-LTS_x86-64
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
squirt
New Member


Joined: 20 Aug 2024
Posts: 46
Location: Portland, OR

PostPosted: Fri Sep 18, 2024 5:50 pm    Post subject: Lynux System Output Reply with quote

Quote:
Ubuntu 8.04.3 LTS \n \l
/etc/issue (ends)



_________________
Ubuntu 8.04.3 LTS i686-CPU Family :15-Intel(R) Pentium(R) 4 CPU 2.80GHz-cpu MHz : 2799.930-Mem:502712
Back to top
View user's profile Send private message
jester
Sr. Member


Joined: 19 Apr 2024
Posts: 1166

PostPosted: Fri Sep 18, 2024 9:42 pm    Post subject: Reply with quote

Thank you.

1) for unpacking the .rar file, go into the graphical package manager and search for unrar - that should be all you need to uncompress your download

2) external drive: platinummonkey's given you all the pointers you need - only thing to consider is that if the drive is formatted as NTFS does your ubuntu install have NTFS read/write support (any ubuntu users know?)



_________________
Arch64 :: Funtoo64 :: FreeBSD-8.0 :: OSX-10.4.11 (PPC)
Testing: Fedora12_x86-64 :: Ubuntu-10.04-LTS_x86-64
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Lord.DragonFly.of.Dawn
Advanced Member


Joined: 18 Jul 2024
Posts: 607
Location: South Portland, Maine, USA, Earth, Sol System

PostPosted: Fri Sep 18, 2024 9:45 pm    Post subject: Reply with quote

by default ubuntu has read only ntfs support.

you can add read write support by installing ntfs-3g in the same manner as installing unrar.



_________________
ArchLinux x86_64 - Custom Built Desktop
ArchLinux x86_64 - Compaq CQ50 Laptop
ArchLinux i686 - Acer Aspire One Netbook
ArchLinux i686 - Dell Presario ze2000 (w/ shattered LCD)

PuppyLinux, CloneZilla, PartedMagic, DBAN - rescue thumbdrives
Windows 7 (x86_64 desktop alternate boot)
Back to top
View user's profile Send private message Visit poster's website
squirt
New Member


Joined: 20 Aug 2024
Posts: 46
Location: Portland, OR

PostPosted: Sun Sep 20, 2024 1:48 am    Post subject: How to Open .Rar Reply with quote

Quote:
Thank you very much to all of you for coming here to my post and helping me out whit my tutorial, there is no very much I can say, thank you sound short to me but humble and sincere.
I have learning allot on this web page so far is one of my top webpage when it comes to Linux Tutorial.

I will give to all the staff from this web page 5* out of 5*

again, tank's allot



_________________
Ubuntu 8.04.3 LTS i686-CPU Family :15-Intel(R) Pentium(R) 4 CPU 2.80GHz-cpu MHz : 2799.930-Mem:502712
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Command Line Commands All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse