Posts: 76
tremeur53
Joined: 29 Sep 2016
#1
Hi,
I am a neewbie ! (french !) sorry for my poor english !
I have installed Filezilla from meta packages.
I cannot find Filezilla in menu.
How can I work with it ??? I do not know where it is.

Thank's
Posts: 765
rust collector
Joined: 27 Dec 2011
#2
Well... for the"where is it" question... It should be in /usr/bin/filezilla

Have you ran the"update menu" thing...in the menu?
Posts: 76
tremeur53
Joined: 29 Sep 2016
#3
It should be in /usr/bin/filezilla => NO I do not see it !

Have you ran the"update menu" thing...in the menu ? => YES I do it, nothing in menu

I run a new install...
All seems right. No error message...
In the bottom of script it says enter your code or alt + F4 to close
Euh... witch code ?? I try my paswords (user and admin)... do not work
I do alt + F4. Closed

/usr/bin/filezilla => nothing ! !

It's the first program I install __{{emoticon}}__
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#4
Filezilla shoukd be in the Internet submenu.

I suspect for some reason it did not install on you machine. Can you paste in the messages from the installer window?
Posts: 76
tremeur53
Joined: 29 Sep 2016
#5

Code: Select all

Ign http://ftp.uk.debian.org jessie InRelease
Atteint http://security.debian.org jessie/updates InRelease            
Ign http://nl.mxrepo.com jessie InRelease                                      
Atteint http://nl.mxrepo.com jessie Release.gpg                                
Atteint http://security.debian.org jessie/updates/main i386 Packages   
Atteint http://nl.mxrepo.com jessie Release                                    
Atteint http://security.debian.org jessie/updates/contrib i386 Packages        
Atteint http://nl.mxrepo.com jessie/main i386 Packages                         
Atteint http://security.debian.org jessie/updates/non-free i386 Packages       
Atteint http://security.debian.org jessie/updates/contrib Translation-en       
Atteint http://nl.mxrepo.com jessie/nosystemd i386 Packages                    
Atteint http://ftp.uk.debian.org jessie Release.gpg                            
Atteint http://security.debian.org jessie/updates/main Translation-en          
Atteint http://ftp.uk.debian.org jessie Release                                
Atteint http://security.debian.org jessie/updates/non-free Translation-en      
Atteint http://ftp.uk.debian.org jessie/main i386 Packages                     
Atteint http://ftp.uk.debian.org jessie/contrib i386 Packages                  
Atteint http://ftp.uk.debian.org jessie/non-free i386 Packages                 
Atteint http://ftp.uk.debian.org jessie/contrib Translation-en                 
Atteint http://ftp.uk.debian.org jessie/main Translation-fr                    
Atteint http://ftp.uk.debian.org jessie/main Translation-en                    
Atteint http://ftp.uk.debian.org jessie/non-free Translation-en                
Ign http://nl.mxrepo.com jessie/main Translation-fr_FR                         
Ign http://nl.mxrepo.com jessie/main Translation-fr      
Ign http://nl.mxrepo.com jessie/main Translation-en      
Ign http://nl.mxrepo.com jessie/nosystemd Translation-fr_FR
Ign http://nl.mxrepo.com jessie/nosystemd Translation-fr 
Ign http://nl.mxrepo.com jessie/nosystemd Translation-en 
Lecture des listes de paquets... Fait                                          

======================================

==================================
enter your code or close the window <ALT> + <F4>
It's not important really, I can use gFTP.... but I work with filezila since 12 years ! !

I have to go away now. It is 2:24 PM in Paris (14 H 24) I'll be back in 4 hours.

Thank's

You understand my poor english ?? __{{emoticon}}__
Posts: 765
rust collector
Joined: 27 Dec 2011
#6
maybe try a manual"apt install filezilla"?
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#7

Code: Select all

harry@biker:~
$ apt-cache policy filezilla
filezilla:
  Installed: (none)
  Candidate: 3.9.0.5-1
  Version table:
     3.9.0.5-1 0
        500 http://ftp.ca.debian.org/debian/ jessie/main i386 Packages
harry@biker:~
$ sudo apt-get -s install filezilla
[sudo] password for harry: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  filezilla-common libtinyxml2.6.2 libwxbase3.0-0 libwxgtk3.0-0
The following NEW packages will be installed:
  filezilla filezilla-common libtinyxml2.6.2 libwxbase3.0-0 libwxgtk3.0-0
0 upgraded, 5 newly installed, 0 to remove and 11 not upgraded.
Inst libtinyxml2.6.2 (2.6.2-2 Debian:8.6/stable [i386])
Inst libwxbase3.0-0 (3.0.2-1+b1 Debian:8.6/stable [i386])
Inst libwxgtk3.0-0 (3.0.2-1+b1 Debian:8.6/stable [i386])
Inst filezilla-common (3.9.0.5-1 Debian:8.6/stable [all])
Inst filezilla (3.9.0.5-1 Debian:8.6/stable [i386])
Conf libtinyxml2.6.2 (2.6.2-2 Debian:8.6/stable [i386])
Conf libwxbase3.0-0 (3.0.2-1+b1 Debian:8.6/stable [i386])
Conf libwxgtk3.0-0 (3.0.2-1+b1 Debian:8.6/stable [i386])
Conf filezilla-common (3.9.0.5-1 Debian:8.6/stable [all])
Conf filezilla (3.9.0.5-1 Debian:8.6/stable [i386])
harry@biker:~
$ 
I am showing how to tell if filezilla is installed. Then showing a simulated fake install < I am not installing filezilla because of the"-s" option used in my sudo apt-get install filezilla>.

If I wanted filezilla and installed it. After I installed it. Using

Code: Select all

sudo apt-get update && sudo apt-get install filezilla -y
And it finished installing. I would then do

Code: Select all

sudo updatedb
wait for it to finish and return me to command prompt.

then I would do a

Code: Select all

locate filezilla
after that finished. If I wanted to find out where the filezilla launcher file is.

Code: Select all

which filezilla
if in /usr/bin or /usr/sbin or /usr/local/bin. My next step in terminal would be to type

Code: Select all

filezilla
To see if it works and runs. If not. At least I would have some error messages on why it won't run and I can google search or duck duck go search for solutions for those error messages.

To save you time. Have you tried using my sticky in new users?
how-to-search-for-a-solution-when-you-have-a-antix-problem-t5387.html
Posts: 76
tremeur53
Joined: 29 Sep 2016
#8
THANK'S so much
I will try that later in the evening.
I will tell you the results
Posts: 76
tremeur53
Joined: 29 Sep 2016
#9
Good job ! !
Filezilla is in the menu and it work's fine !
Congratulations ! __{{emoticon}}__ __{{emoticon}}__

Thank you very very much

I read how-to-search-for-a-solution-when-you-have-a-antix-problem-t5387.html
Great !
I will try this method if next problem. I promise __{{emoticon}}__

My biggest problem is my bad english...

I did not need much, may be only Teamviewer... but later.