How can I install Filezilla on Linux 18.04 via command line?
How can I install Filezilla on Linux 18.04 via command line, kindly help.
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt update
sudo apt install filezilla
while running sudo apt-get update i m getting this errors
Hit:8 https://download.sublimetext.com apt/stable/ InRelease
Err:3 http://www.getdeb.net/ubuntu yakkety-getdeb InRelease
403 Forbidden [IP: 143.95.32.90 80]
Err:9 http://ppa.launchpad.net/adabbas/1stppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
E: Failed to fetch http://archive.getdeb.net/ubuntu/dists/yakkety-getdeb/InRelease 403 Forbidden [IP: 143.95.32.90 80]
E: The repository 'http://ppa.launchpad.net/n-muench/programs-ppa/ubuntu bionic Release' does not have a Release file.
W: Target Translations (apps/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/getdeb.list:1 and /etc/apt/sources.list.d/getdeb.list:2
18.04 xubuntu
add a comment |
How can I install Filezilla on Linux 18.04 via command line, kindly help.
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt update
sudo apt install filezilla
while running sudo apt-get update i m getting this errors
Hit:8 https://download.sublimetext.com apt/stable/ InRelease
Err:3 http://www.getdeb.net/ubuntu yakkety-getdeb InRelease
403 Forbidden [IP: 143.95.32.90 80]
Err:9 http://ppa.launchpad.net/adabbas/1stppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
E: Failed to fetch http://archive.getdeb.net/ubuntu/dists/yakkety-getdeb/InRelease 403 Forbidden [IP: 143.95.32.90 80]
E: The repository 'http://ppa.launchpad.net/n-muench/programs-ppa/ubuntu bionic Release' does not have a Release file.
W: Target Translations (apps/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/getdeb.list:1 and /etc/apt/sources.list.d/getdeb.list:2
18.04 xubuntu
3
Possible duplicate of How do I install applications in Ubuntu?
– N0rbert
Jan 13 at 8:20
add a comment |
How can I install Filezilla on Linux 18.04 via command line, kindly help.
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt update
sudo apt install filezilla
while running sudo apt-get update i m getting this errors
Hit:8 https://download.sublimetext.com apt/stable/ InRelease
Err:3 http://www.getdeb.net/ubuntu yakkety-getdeb InRelease
403 Forbidden [IP: 143.95.32.90 80]
Err:9 http://ppa.launchpad.net/adabbas/1stppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
E: Failed to fetch http://archive.getdeb.net/ubuntu/dists/yakkety-getdeb/InRelease 403 Forbidden [IP: 143.95.32.90 80]
E: The repository 'http://ppa.launchpad.net/n-muench/programs-ppa/ubuntu bionic Release' does not have a Release file.
W: Target Translations (apps/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/getdeb.list:1 and /etc/apt/sources.list.d/getdeb.list:2
18.04 xubuntu
How can I install Filezilla on Linux 18.04 via command line, kindly help.
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt update
sudo apt install filezilla
while running sudo apt-get update i m getting this errors
Hit:8 https://download.sublimetext.com apt/stable/ InRelease
Err:3 http://www.getdeb.net/ubuntu yakkety-getdeb InRelease
403 Forbidden [IP: 143.95.32.90 80]
Err:9 http://ppa.launchpad.net/adabbas/1stppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
E: Failed to fetch http://archive.getdeb.net/ubuntu/dists/yakkety-getdeb/InRelease 403 Forbidden [IP: 143.95.32.90 80]
E: The repository 'http://ppa.launchpad.net/n-muench/programs-ppa/ubuntu bionic Release' does not have a Release file.
W: Target Translations (apps/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/getdeb.list:1 and /etc/apt/sources.list.d/getdeb.list:2
18.04 xubuntu
18.04 xubuntu
edited Jan 13 at 6:08
Terrance
19.6k34797
19.6k34797
asked Jan 13 at 4:09
vickyvicky
42
42
3
Possible duplicate of How do I install applications in Ubuntu?
– N0rbert
Jan 13 at 8:20
add a comment |
3
Possible duplicate of How do I install applications in Ubuntu?
– N0rbert
Jan 13 at 8:20
3
3
Possible duplicate of How do I install applications in Ubuntu?
– N0rbert
Jan 13 at 8:20
Possible duplicate of How do I install applications in Ubuntu?
– N0rbert
Jan 13 at 8:20
add a comment |
2 Answers
2
active
oldest
votes
FileZilla is not installed by default, To install FileZilla on Ubuntu 18.04, Open the terminal and execute:
sudo apt-get update
sudo apt-get install filezilla
Connecting to the FTP server with FileZilla
To connect to a FTP Server, Open the FileZilla FTP client and type the domain name or IP address of the FTP server in the Host field. Provide the FTP username and password and FTP port( you can leave the port empty if your server use default FTP port 21) and click on Quick connect button.
i had added the code please check above my question and i am getting some error while applying above code
– vicky
Jan 13 at 5:11
E: Unable to locate package filezilla this is the error
– vicky
Jan 13 at 5:13
yes i did it but i am geting some error while running sudo apt-get update, please check above question, i had updated it
– vicky
Jan 13 at 5:24
1
Now your question has totally changed, ask another question about the errors your get, because the title of your question is How to install FileZilla? . Unfortunately I don't know about that error.
– Codito ergo sum
Jan 13 at 5:41
add a comment |
I would recommend a clean installation from the repository 'universe' in Ubuntu 18.04.1 LTS. You may have to remove everything that smells of 'xenial', 'yakkety' or any other previous version in order to keep 18.04 alias 'bionic' clean.
In an installed system 'universe' is already active, but in a live or persistent live system of standard Ubuntu, you must run
sudo add-apt-repository universe
and after that you can install filezilla
and many other program packages
sudo apt update
sudo apt install filezilla
I tested now (in a persistent live Ubuntu 18.04.1 LTS) and it works. I get a working version of filezilla
.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109281%2fhow-can-i-install-filezilla-on-linux-18-04-via-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
FileZilla is not installed by default, To install FileZilla on Ubuntu 18.04, Open the terminal and execute:
sudo apt-get update
sudo apt-get install filezilla
Connecting to the FTP server with FileZilla
To connect to a FTP Server, Open the FileZilla FTP client and type the domain name or IP address of the FTP server in the Host field. Provide the FTP username and password and FTP port( you can leave the port empty if your server use default FTP port 21) and click on Quick connect button.
i had added the code please check above my question and i am getting some error while applying above code
– vicky
Jan 13 at 5:11
E: Unable to locate package filezilla this is the error
– vicky
Jan 13 at 5:13
yes i did it but i am geting some error while running sudo apt-get update, please check above question, i had updated it
– vicky
Jan 13 at 5:24
1
Now your question has totally changed, ask another question about the errors your get, because the title of your question is How to install FileZilla? . Unfortunately I don't know about that error.
– Codito ergo sum
Jan 13 at 5:41
add a comment |
FileZilla is not installed by default, To install FileZilla on Ubuntu 18.04, Open the terminal and execute:
sudo apt-get update
sudo apt-get install filezilla
Connecting to the FTP server with FileZilla
To connect to a FTP Server, Open the FileZilla FTP client and type the domain name or IP address of the FTP server in the Host field. Provide the FTP username and password and FTP port( you can leave the port empty if your server use default FTP port 21) and click on Quick connect button.
i had added the code please check above my question and i am getting some error while applying above code
– vicky
Jan 13 at 5:11
E: Unable to locate package filezilla this is the error
– vicky
Jan 13 at 5:13
yes i did it but i am geting some error while running sudo apt-get update, please check above question, i had updated it
– vicky
Jan 13 at 5:24
1
Now your question has totally changed, ask another question about the errors your get, because the title of your question is How to install FileZilla? . Unfortunately I don't know about that error.
– Codito ergo sum
Jan 13 at 5:41
add a comment |
FileZilla is not installed by default, To install FileZilla on Ubuntu 18.04, Open the terminal and execute:
sudo apt-get update
sudo apt-get install filezilla
Connecting to the FTP server with FileZilla
To connect to a FTP Server, Open the FileZilla FTP client and type the domain name or IP address of the FTP server in the Host field. Provide the FTP username and password and FTP port( you can leave the port empty if your server use default FTP port 21) and click on Quick connect button.
FileZilla is not installed by default, To install FileZilla on Ubuntu 18.04, Open the terminal and execute:
sudo apt-get update
sudo apt-get install filezilla
Connecting to the FTP server with FileZilla
To connect to a FTP Server, Open the FileZilla FTP client and type the domain name or IP address of the FTP server in the Host field. Provide the FTP username and password and FTP port( you can leave the port empty if your server use default FTP port 21) and click on Quick connect button.
answered Jan 13 at 5:03
Codito ergo sumCodito ergo sum
1,5043825
1,5043825
i had added the code please check above my question and i am getting some error while applying above code
– vicky
Jan 13 at 5:11
E: Unable to locate package filezilla this is the error
– vicky
Jan 13 at 5:13
yes i did it but i am geting some error while running sudo apt-get update, please check above question, i had updated it
– vicky
Jan 13 at 5:24
1
Now your question has totally changed, ask another question about the errors your get, because the title of your question is How to install FileZilla? . Unfortunately I don't know about that error.
– Codito ergo sum
Jan 13 at 5:41
add a comment |
i had added the code please check above my question and i am getting some error while applying above code
– vicky
Jan 13 at 5:11
E: Unable to locate package filezilla this is the error
– vicky
Jan 13 at 5:13
yes i did it but i am geting some error while running sudo apt-get update, please check above question, i had updated it
– vicky
Jan 13 at 5:24
1
Now your question has totally changed, ask another question about the errors your get, because the title of your question is How to install FileZilla? . Unfortunately I don't know about that error.
– Codito ergo sum
Jan 13 at 5:41
i had added the code please check above my question and i am getting some error while applying above code
– vicky
Jan 13 at 5:11
i had added the code please check above my question and i am getting some error while applying above code
– vicky
Jan 13 at 5:11
E: Unable to locate package filezilla this is the error
– vicky
Jan 13 at 5:13
E: Unable to locate package filezilla this is the error
– vicky
Jan 13 at 5:13
yes i did it but i am geting some error while running sudo apt-get update, please check above question, i had updated it
– vicky
Jan 13 at 5:24
yes i did it but i am geting some error while running sudo apt-get update, please check above question, i had updated it
– vicky
Jan 13 at 5:24
1
1
Now your question has totally changed, ask another question about the errors your get, because the title of your question is How to install FileZilla? . Unfortunately I don't know about that error.
– Codito ergo sum
Jan 13 at 5:41
Now your question has totally changed, ask another question about the errors your get, because the title of your question is How to install FileZilla? . Unfortunately I don't know about that error.
– Codito ergo sum
Jan 13 at 5:41
add a comment |
I would recommend a clean installation from the repository 'universe' in Ubuntu 18.04.1 LTS. You may have to remove everything that smells of 'xenial', 'yakkety' or any other previous version in order to keep 18.04 alias 'bionic' clean.
In an installed system 'universe' is already active, but in a live or persistent live system of standard Ubuntu, you must run
sudo add-apt-repository universe
and after that you can install filezilla
and many other program packages
sudo apt update
sudo apt install filezilla
I tested now (in a persistent live Ubuntu 18.04.1 LTS) and it works. I get a working version of filezilla
.
add a comment |
I would recommend a clean installation from the repository 'universe' in Ubuntu 18.04.1 LTS. You may have to remove everything that smells of 'xenial', 'yakkety' or any other previous version in order to keep 18.04 alias 'bionic' clean.
In an installed system 'universe' is already active, but in a live or persistent live system of standard Ubuntu, you must run
sudo add-apt-repository universe
and after that you can install filezilla
and many other program packages
sudo apt update
sudo apt install filezilla
I tested now (in a persistent live Ubuntu 18.04.1 LTS) and it works. I get a working version of filezilla
.
add a comment |
I would recommend a clean installation from the repository 'universe' in Ubuntu 18.04.1 LTS. You may have to remove everything that smells of 'xenial', 'yakkety' or any other previous version in order to keep 18.04 alias 'bionic' clean.
In an installed system 'universe' is already active, but in a live or persistent live system of standard Ubuntu, you must run
sudo add-apt-repository universe
and after that you can install filezilla
and many other program packages
sudo apt update
sudo apt install filezilla
I tested now (in a persistent live Ubuntu 18.04.1 LTS) and it works. I get a working version of filezilla
.
I would recommend a clean installation from the repository 'universe' in Ubuntu 18.04.1 LTS. You may have to remove everything that smells of 'xenial', 'yakkety' or any other previous version in order to keep 18.04 alias 'bionic' clean.
In an installed system 'universe' is already active, but in a live or persistent live system of standard Ubuntu, you must run
sudo add-apt-repository universe
and after that you can install filezilla
and many other program packages
sudo apt update
sudo apt install filezilla
I tested now (in a persistent live Ubuntu 18.04.1 LTS) and it works. I get a working version of filezilla
.
edited Jan 13 at 9:06
answered Jan 13 at 8:13
sudodussudodus
24.8k32877
24.8k32877
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109281%2fhow-can-i-install-filezilla-on-linux-18-04-via-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Possible duplicate of How do I install applications in Ubuntu?
– N0rbert
Jan 13 at 8:20