How to Install and Uninstall vsftpd Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "vsftpd" package

This tutorial shows how to install vsftpd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install vsftpd

2. Uninstall "vsftpd" package

Learn how to uninstall vsftpd on openSuSE Tumbleweed:

$ sudo zypper remove vsftpd

3. Information about the vsftpd package on openSuSE Tumbleweed

Information for package vsftpd:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : vsftpd
Version : 3.0.5-15.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 324.6 KiB
Installed : No
Status : not installed
Source package : vsftpd-3.0.5-15.1.src
Upstream URL : https://security.appspot.com/vsftpd.html
Summary : Very Secure FTP Daemon - Written from Scratch
Description :
Vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure.
Obviously this is not a guarantee, but the entire codebase was written
with security in mind, and carefully designed to be resilient to
attack.
Recent evidence suggests that vsftpd is also extremely fast (and this
is before any explicit performance tuning!). In tests against wu-ftpd,
vsftpd was always faster, supporting over twice as many users in some
tests.