LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-11-2014, 06:15 PM   #1
actinide
Member
 
Registered: Jan 2012
Posts: 333

Rep: Reputation: Disabled
Unhappy Help Please HOW TO OPEN "rkhunter-1.4.2.tar.gz"


I'm new to linux; I've just downloaded rkhunter-1.4.2.tar.gz program
but when I try to open it all I get is a group of files that don't
show the program. How do I open a tar.gz, I'm not familiar with the linux
commands. The file is located in my downloads folder. I'm using mint xfce
13. any help please would be great thanks.
 
Old 04-11-2014, 06:26 PM   #2
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.
Code:
man cd
man tar
cd /Downloads
tar -zxvf rkhunter-1.4.2.tar.gz -C /home/YourHomesName/Downloads/rkhunter
http://www.cyberciti.biz/faq/howto-o...in-linux-unix/
http://www.linuxstall.com/wp-content...heat-sheet.png
Best wishes and have fun.

Last edited by jamison20000e; 04-11-2014 at 06:29 PM.
 
Old 04-11-2014, 06:29 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,503

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
If you downloaded it from this site:

http://sourceforge.net/projects/rkhunter/?source=dlp

and extract it, you will get a directory of the same name rkhunter-1.4.2. This will be in the same directory (Downloads) in which the tar.gz file was. There if a files directory and a bash script named installer.sh. In the files directory, there is a README file, open it and scroll down to read how to install. You first need to make the installer.sh script executable if it is not and then run it.
 
Old 04-11-2014, 06:33 PM   #4
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
Hi jamison20000e, I've typed in the following commands but seems to come up.

output is

man cd

man tar is fine

bash: cd: /Downloads: No such file or directory
 
Old 04-11-2014, 06:38 PM   #5
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
The readme file I don't get much because I don't know my way around the filesystem very
much.I just want to extract the program. There is a right option that extracts the folder
but when I click on it nothing happens.

Last edited by actinide; 04-11-2014 at 06:41 PM.
 
Old 04-11-2014, 06:44 PM   #6
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Sorry there is no manual for cd I forgot... cd will take you to different directories (cd .. to move down one) the terminal normally start in /home so I'm guessing your downloads folder is lowercase use pwd command to find the directory your in then the ls command to see list of files and directory names then cd put the first couple of letters for the folder you need to be in then hit [Tap] a cool little trick to save on typing.

Edits.

Last edited by jamison20000e; 04-11-2014 at 06:51 PM. Reason: changes and add
 
Old 04-11-2014, 06:56 PM   #7
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
I'm definitely a beginner

I typed ls and it showed all my folders

but how do I open it - I typed Downloads pressing the tab button and that worked
but could go no further.
 
Old 04-11-2014, 07:04 PM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
You should install it using your distro package manager.
 
Old 04-11-2014, 07:06 PM   #9
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
The package manager only shows 1.3.8. I want the current version which is rkhunter-1.4.2.tar.gz
It will not update from the terminal either.

Last edited by actinide; 04-11-2014 at 07:08 PM.
 
Old 04-11-2014, 07:10 PM   #10
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
My first post will work changing the cd /home/name/Downloads to what the folder containing the file is called on your computer so cd until your where ls shows rkhunter-1.4.2.tar.gz then tar -zxvf rkhunter-1.4.2.tar.gz to extract plus don't forget to read through all the past and next links.

http://community.linuxmint.com/tutorial/view/100
http://www.linfo.org/cd.html
 
Old 04-11-2014, 07:22 PM   #11
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
These are the commands I'm typing in

cd /home/downloads/

and nothing is working
 
Old 04-11-2014, 07:34 PM   #12
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Your missing your users folder and the pwd plus ls commands, you need to start from link 1 and at lest skim trough them all. http://www.cyberciti.biz/tips/linux-...at-sheets.html
 
Old 04-11-2014, 07:44 PM   #13
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
I've got this far

/home $ ls /downloads
 
Old 04-11-2014, 07:53 PM   #14
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by actinide View Post
The package manager only shows 1.3.8. I want the current version which is rkhunter-1.4.2.tar.gz
It will not update from the terminal either.
You will be OK with older version, just update the database.
 
1 members found this post helpful.
Old 04-11-2014, 08:14 PM   #15
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
I've got it to open "tar" Finally How do I get it to work
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Any way to manually install "backports-3.11-rc3-1.tar" or ".inf" file from usb ? FondOfLinux Linux - Software 1 08-18-2013 05:20 PM
"Invalid tar magic" error msg. when I try to tar ldmud *.tar file in DSL pixxi451 Linux - Newbie 4 07-04-2010 08:32 AM
"tar -xzf" error: "tar.child died with signal 13" vlsi Linux - General 4 05-26-2009 02:04 AM
tar "Error exit delayed from previous errors" using "-C /" ToK Linux - Software 2 03-19-2008 06:49 AM
Standard commands give "-bash: open: command not found" even in "su -" and "su root" mibo12 Linux - General 4 11-11-2007 10:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration