LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 02-25-2015, 12:19 PM   #1
pelissier
LQ Newbie
 
Registered: Nov 2009
Posts: 7

Rep: Reputation: 0
Exclamation How to instal in redhat linux "7.0


Can someone help!!!

HOW TO INSTALL FTP IN REDHAT LINUX 7.0

Question #1
I tried so many time to execute the YUM INSTALL VSFTPD and I got this message:
LOADED PLUGINS: LANGPACKS, PRODUCT-ID, SUSCRIPTION-manager
NO PACKKAGE Vvsftpd available.
Error: Nothing to do.
How can I install the package for vsftpd?

Question #2
Everytime I logon as su I got the following message:

ABRT has detected 1 problem. For more info run:
abrt-cli list --since 1424883595

Last edited by pelissier; 02-25-2015 at 12:21 PM.
 
Old 02-25-2015, 01:09 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by pelissier View Post
Can someone help!!!
HOW TO INSTALL FTP IN REDHAT LINUX 7.0

Question #1
I tried so many time to execute the YUM INSTALL VSFTPD and I got this message:
LOADED PLUGINS: LANGPACKS, PRODUCT-ID, SUSCRIPTION-manager
NO PACKKAGE Vvsftpd available.
Error: Nothing to do.
How can I install the package for vsftpd?
Sorry, that is NOT the message you got from RHEL 7, and that message is incomplete. The vsftpd server is in the RHEL repositories...if you're PAYING FOR RHEL, then typing in "yum install vsftpd" should be all you have to do. You need to type that in as root, or by prefacing that command with "sudo". There are also many guides you can find on Red Hat's knowldegebase on how to configure VSFTPD..have you looked?
https://access.redhat.com/solutions/3436

Unless you're paying for RHEL...that will NOT WORK, since you're not paying for access to the RHEL repositories. If you're not paying, and this is a new installation, stop where you are and load CentOS 7 instead, which is almost identical, but FREE.
Quote:
Question #2 Everytime I logon as su I got the following message:

ABRT has detected 1 problem. For more info run:
abrt-cli list --since 1424883595
Ok...so did you run the command it suggested to you??? What did it tell you?? And you don't log in as 'su'...that is a command you run AFTER you log in..is that what you mean?
 
Old 02-25-2015, 08:28 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
How to instal in redhat linux "7.0
well you do not
unless you have hardware from 1990's and are being forced to use 20 year old hardware
rh7 is very old and went unsupported a VERY LONG time ago


now there is a DIFFERENT operating system under a DIFFERENT name
RedHat Enterprise Linux 7.0 ( RHEL 7.0 )


this is redhat so you did buy the required support contract
you know the $299 USD / year standard contract for the single DESKTOP install
or the $799 USD for the server install

that support contract gets you support from redhat

what has redhat tech support said ?
and have you tried a knowlagebase search

log into the redhat site with your credentials and search for
" install vsftpd"
 
Old 03-13-2015, 06:40 PM   #4
speirs1
LQ Newbie
 
Registered: Oct 2014
Posts: 20

Rep: Reputation: Disabled
Hi, Could you post the output from the following commands:
# uname -a
# yum repolist
# rpm -qa | grep vsftp


thanks
 
Old 03-14-2015, 07:08 AM   #5
pelissier
LQ Newbie
 
Registered: Nov 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Thank you all for your help , I will be using sftp instead of vsftpd. By the way, with RedHat Linux 5.3 once you register your workstation once you register and get all the updates you can install vsftpd with no problem.
 
Old 03-14-2015, 10:25 AM   #6
GaWdLy
Member
 
Registered: Feb 2013
Location: San Jose, CA
Distribution: RHEL/CentOS/Fedora
Posts: 457

Rep: Reputation: Disabled
You can do the same with RHEL7.

~~~
$ sudo yum install vsftpd
[sudo] password for :
Loaded plugins: langpacks, product-id, subscription-manager
Resolving Dependencies
--> Running transaction check
---> Package vsftpd.x86_64 0:3.0.2-9.el7 will be installed
--> Finished Dependency Resolution
/var/cache/yum/x86_64/7Server/rhel-lb-for-rhel-7-server-htb-rpms/gen/comps.xml: no element found: line 1, column 0

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
vsftpd x86_64 3.0.2-9.el7 rhel-7-server-htb-rpms 166 k

Transaction Summary
================================================================================
Install 1 Package

Total download size: 166 k
Installed size: 343 k
Is this ok [y/d/N]:
~~~

You have to be properly subscribed using RHSM, and I'm sure that's the problem, here.

BTW, comparing RHEL 5.3 (as John VV will point out, that's 8 minor versions behind), to RHEL7 is not really a fair comparison. One is almost 15 years old...
 
1 members found this post helpful.
Old 03-15-2015, 06:40 AM   #7
pelissier
LQ Newbie
 
Registered: Nov 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks GaWdly, I will try that.
 
Old 03-15-2015, 09:49 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by pelissier View Post
Thanks GaWdly, I will try that.
Which is exactly what I told you in my first reply.....
 
  


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
How to instal ktorrent in redhat sam435 Linux - Software 4 02-12-2009 09:08 AM
FC6 Install Problem: "Unable to find any device of the type needed for instal" AeroGT3 Fedora 23 05-21-2008 10:40 PM
hostname option only given when "not networked" is selected during instal? Some Guy Solaris / OpenSolaris 3 05-10-2007 01:05 AM
Redhat Instal comotto Linux - Newbie 6 03-14-2003 09:49 AM
wanting to instal Redhat 7.2 larbian Linux - Software 3 01-16-2002 05:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 04:42 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