ฉันต้องการติดตั้ง FileZilla ฉันสามารถหามันได้ที่ Ubuntu Software Center แต่ไม่สามารถดาวน์โหลดได้ การใช้ Ubuntu Dash ฉันไม่สามารถหาปุ่มดาวน์โหลดได้เช่นกัน
การใช้เทอร์มินัลไม่ทำงานเพราะฉันพบเพียงคำแนะนำสำหรับ Ubuntu 12 (แต่ฉันใช้ 13.04)
ฉันต้องการติดตั้ง FileZilla ฉันสามารถหามันได้ที่ Ubuntu Software Center แต่ไม่สามารถดาวน์โหลดได้ การใช้ Ubuntu Dash ฉันไม่สามารถหาปุ่มดาวน์โหลดได้เช่นกัน
การใช้เทอร์มินัลไม่ทำงานเพราะฉันพบเพียงคำแนะนำสำหรับ Ubuntu 12 (แต่ฉันใช้ 13.04)
คำตอบ:
Filezilla มีอยู่แล้วใน repos เริ่มต้นของ Ubuntu 13.04
คุณสามารถลองสิ่งนี้
> sudo apt-get update
> sudo apt-get install filezilla
nischay@NischayLaptop:~$ apt-cache search filezilla
filezilla - Full-featured graphical FTP/FTPS/SFTP client
filezilla-common - Architecture independent files for filezilla
nischay@NischayLaptop:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION="Ubuntu 13.04"
Build date
คือ 2016-02-25
ในการติดตั้ง FileZilla คุณเพียงกดCtrl+ Alt+ Tบนแป้นพิมพ์เพื่อเปิด Terminal เมื่อเปิดขึ้นให้เรียกใช้คำสั่งด้านล่าง:
sudo add-apt-repository ppa:adabbas/1stppa
sudo apt-get update
sudo apt-get install filezilla
filezilla รุ่น 3.10.1.1
wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.1.1/FileZilla_3.10.1.1_i586-linux-gnu.tar.bz2
tar -xjvf FileZilla_3.10.1.1_i586-linux-gnu.tar.bz2
หมายเหตุแยกโฟลเดอร์ นี่คือfilezilla3
sudo rm -rf /opt/filezilla*
sudo mv **FileZilla3** /opt/**filezilla3**
sudo ln -sf /opt/**filezilla3**/bin/filezilla /usr/bin/filezilla
filezilla
วิธีง่าย ๆ ในการติดตั้ง filezilla คือผ่าน ppa
เปิดเทอร์มินัลแล้วพิมพ์คำสั่งต่อไปนี้
sudo add-apt-repository ppa:n-muench/programs-ppa
sudo apt-get update
sudo apt-get install filezilla
สำหรับรายละเอียดเพิ่มเติมเยี่ยมชม
http://dctutors.blogspot.com/2013/08/how-to-install-filezilla-373-on-ubuntu.html
คำสั่งเพื่อติดตั้ง filezilla ใน ubuntu ล้าสมัยคือ:
sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list ....
หลังจากนี้วางคำสั่งเหล่านี้:
sudo apt-get update && sudo apt-get dist-upgrade
sudo add-apt-repository ppa:adabbas/1stppa
sudo apt-get update
sudo aptitude install filezilla