Releases: doctorfree/cbftp
Cbftp Version 1.0.1 Release 2
Table of contents
Overview
This repository provides cbftp
packaging and integration for the Asciiville project.
Installation
Download the latest Arch, Debian, or RPM package format release for your platform. If your platform does not support Arch, Debian, or RPM format installs then download the compressed binary distribution archive for your platform and the Install-bin.sh
script.
Arch Linux based installation
Install the package on Arch Linux based systems by executing the command:
sudo pacman -U ./cbftp_1.0.1-2-x86_64.pkg.tar.zst
Debian based installation
Install the package on Debian based systems by executing the commands:
sudo apt update -y
sudo apt install ./cbftp_1.0.1-2.amd64.deb
or, on a Raspberry Pi:
sudo apt update -y
sudo apt install ./cbftp_1.0.1-2.armhf.deb
RPM based installation
Install the package on RPM based systems by executing the command
sudo dnf update -y
sudo dnf localinstall ./cbftp-1.0.1-2.x86_64.rpm
Manual installation
On systems for which the Arch, Debian, or RPM packages will not suffice, install manually by downloading the Install-bin.sh
script and either the gzip'd distribution archive or the zip'd distribution archive. After downloading the installation script and distribution archive, as a user with sudo privilege execute the commands:
chmod 755 Install-bin.sh
sudo ./Install-bin.sh /path/to/cbftp_1.0.1-2.<arch>.tgz
or
sudo ./Install-bin.sh /path/to/cbftp_1.0.1-2.<arch>.zip
Usage
Execute man cbftp
to view the cbftp manual page.
Removal
Removal of the package on Arch Linux based systems can be accomplished by issuing the command:
sudo pacman -Rs cbftp
Removal of the package on Debian based systems can be accomplished by issuing the command:
sudo apt remove cbftp
Removal of the package on RPM based systems can be accomplished by issuing the command:
sudo dnf remove cbftp
On systems for which the manual installation was performed using the Install-bin.sh
script, remove Cbftp manually by downloading the Uninstall-bin.sh
script and, as a user with sudo privilege, execute the commands:
chmod 755 Uninstall-bin.sh
sudo ./Uninstall-bin.sh
Changelog
Version 1.0.1 release 2 adds support for:
- Arch-like platforms (e.g. Manjaro Linux)
- Manual installation location moved from
/usr
to/usr/local
- Update
cbftp
to version 1.0.1
Cbftp Version 1.0.1 Release 1
Table of contents
Overview
This repository provides cbftp
packaging and integration for the Asciiville project.
Installation
Download the latest Arch, Debian, or RPM package format release for your platform. If your platform does not support Arch, Debian, or RPM format installs then download the compressed binary distribution archive for your platform and the Install-bin.sh
script.
Arch Linux based installation
Install the package on Arch Linux based systems by executing the command:
sudo pacman -U ./cbftp_1.0.1-1-x86_64.pkg.tar.zst
Debian based installation
Install the package on Debian based systems by executing the commands:
sudo apt update -y
sudo apt install ./cbftp_1.0.1-1.amd64.deb
or, on a Raspberry Pi:
sudo apt update -y
sudo apt install ./cbftp_1.0.1-1.armhf.deb
RPM based installation
Install the package on RPM based systems by executing the command
sudo dnf update -y
sudo dnf localinstall ./cbftp-1.0.1-1.x86_64.rpm
Manual installation
On systems for which the Arch, Debian, or RPM packages will not suffice, install manually by downloading the Install-bin.sh
script and either the gzip'd distribution archive or the zip'd distribution archive. After downloading the installation script and distribution archive, as a user with sudo privilege execute the commands:
chmod 755 Install-bin.sh
sudo ./Install-bin.sh /path/to/cbftp_1.0.1-1.<arch>.tgz
or
sudo ./Install-bin.sh /path/to/cbftp_1.0.1-1.<arch>.zip
Usage
Execute man cbftp
to view the cbftp manual page.
Removal
Removal of the package on Arch Linux based systems can be accomplished by issuing the command:
sudo pacman -Rs cbftp
Removal of the package on Debian based systems can be accomplished by issuing the command:
sudo apt remove cbftp
Removal of the package on RPM based systems can be accomplished by issuing the command:
sudo dnf remove cbftp
On systems for which the manual installation was performed using the Install-bin.sh
script, remove Cbftp manually by downloading the Uninstall-bin.sh
script and, as a user with sudo privilege, execute the commands:
chmod 755 Uninstall-bin.sh
sudo ./Uninstall-bin.sh
Changelog
Version 1.0.1 release 1 adds support for:
- Arch-like platforms (e.g. Manjaro Linux)
- Manual installation location moved from
/usr
to/usr/local
- Update
cbftp
to version 1.0.1