LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install application on Linux Centos (https://www.linuxquestions.org/questions/linux-newbie-8/install-application-on-linux-centos-852284/)

rewards 12-24-2010 11:20 PM

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?

andrewthomas 12-24-2010 11:32 PM

An official version should be in the repo's:

Code:

yum install filezilla

rewards 12-24-2010 11:54 PM

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

divyashree 12-25-2010 12:18 AM

Quote:

Originally Posted by rewards (Post 4202512)
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 


rewards 12-25-2010 02:09 AM

Thank you very much. You made my day. Happy holiday :-)

andrewthomas 12-25-2010 06:20 AM

Additionally, you can track all the official builds here:

http://koji.fedoraproject.org/koji/index

jhasaurav 03-23-2020 10:14 AM

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

TB0ne 03-23-2020 10:30 AM

Quote:

Originally Posted by jhasaurav (Post 6103470)
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.

Hermani 03-30-2020 03:34 PM

Quote:

Originally Posted by TB0ne (Post 6103477)
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).

TB0ne 03-30-2020 04:30 PM

Quote:

Originally Posted by Hermani (Post 6106012)
  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.

Hermani 03-31-2020 04:00 PM

Quote:

Originally Posted by TB0ne (Post 6106031)
Necroposting in threads that are already marked SOLVED with answers isn't a good thing.

OK I get it, you're right.


All times are GMT -5. The time now is 06:19 AM.