LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-24-2010, 11:20 PM   #1
rewards
Member
 
Registered: Dec 2010
Posts: 135

Rep: Reputation: 0
Question Install application on Linux Centos


Hello I am new in Linux and I have a dummy question , I downloaded Filezilla and saved the zip file on the Desktop, unzipped it in a folder in the Desktop called FileZilla. How do I install it on Linux?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 12-24-2010, 11:32 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
An official version should be in the repo's:

Code:
yum install filezilla
 
Old 12-24-2010, 11:54 PM   #3
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
I did. Here is the response:

[root@localhost /]# yum install filezilla
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.easynews.com
* base: mirrors.xmission.com
* extras: mirrors.netdna.com
* updates: mirror.singleedge.com
Setting up Install Process
No package filezilla available.
Nothing to do

Last edited by rewards; 12-24-2010 at 11:56 PM.
 
Old 12-25-2010, 12:18 AM   #4
divyashree
Senior Member
 
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by rewards View Post
Hello I am new in Linux and I have a dummy question , I downloaded Filezilla and saved the zip file on the Desktop, unzipped it in a folder in the Desktop called FileZilla. How do I install it on Linux?
If you are connected to internet install this,

PHP Code:
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm 
and then try
PHP Code:
yum install filezilla 
 
2 members found this post helpful.
Old 12-25-2010, 02:09 AM   #5
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
Thank you very much. You made my day. Happy holiday :-)
 
Old 12-25-2010, 06:20 AM   #6
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Additionally, you can track all the official builds here:

http://koji.fedoraproject.org/koji/index
 
Old 03-23-2020, 10:14 AM   #7
jhasaurav
LQ Newbie
 
Registered: Mar 2020
Location: MUMBAI
Distribution: Centos7
Posts: 7

Rep: Reputation: Disabled
you need to install epe-release and then install filezilla

try firing these commands one by one .

sudo yum -y install epel-release
sudo yum -y install filezilla
 
1 members found this post helpful.
Old 03-23-2020, 10:30 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by jhasaurav View Post
try firing these commands one by one .

sudo yum -y install epel-release
sudo yum -y install filezilla
Second old thread you've reopened: this thread had been closed for TEN YEARS before you reopened it. Check the dates before posting.
 
1 members found this post helpful.
Old 03-30-2020, 03:34 PM   #9
Hermani
Member
 
Registered: Apr 2018
Location: Delden, NL
Distribution: Ubuntu
Posts: 261
Blog Entries: 3

Rep: Reputation: 113Reputation: 113
Quote:
Originally Posted by TB0ne View Post
This thread had been closed for TEN YEARS before you reopened it.
  1. The guy IS trying to help
  2. The nicest thing is that the answer is still valid 10 years on (or is it? I'm a Ubuntu/Debian man).
 
Old 03-30-2020, 04:30 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Hermani View Post
  1. The guy IS trying to help
  2. The nicest thing is that the answer is still valid 10 years on (or is it? I'm a Ubuntu/Debian man).
  1. The thread was already closed and marked SOLVED with another answer, for a VERY old version of CentOS.
  2. Yes, it is, but jhasaurav reopened several very old threads with the same sort of thing.
Necroposting in threads that are already marked SOLVED with answers isn't a good thing. Telling people running the current version of Ubuntu that they should update their 'kernal' to greater than version 3 will make their problems disappear (Ubuntu is WAY past 3), or that having 2GB for a / partition is quite another.
 
1 members found this post helpful.
Old 03-31-2020, 04:00 PM   #11
Hermani
Member
 
Registered: Apr 2018
Location: Delden, NL
Distribution: Ubuntu
Posts: 261
Blog Entries: 3

Rep: Reputation: 113Reputation: 113
Quote:
Originally Posted by TB0ne View Post
Necroposting in threads that are already marked SOLVED with answers isn't a good thing.
OK I get it, you're right.
 
  


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
good Forum application for Centos (Linux) sang Linux - Software 3 09-05-2010 07:37 AM
LXer: Using The screen Application on CentOS LXer Syndicated Linux News 0 05-20-2010 09:20 AM
[SOLVED] Autostart an application after CentOS 4.4 reboots pacman34 Linux - Newbie 4 01-28-2010 03:04 PM
Centos 5 greeter application has crashed mazinoz Red Hat 0 10-07-2007 07:49 AM
uninstalling application or software on CentOS dojiep Linux - Newbie 2 12-02-2006 03:36 PM

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

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