Skip to content

Wallvon/termius-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termius-rpm

Unofficial port of Termius for Fedora.

Building instructions

  1. Clone the repo, and cd into the directory
git clone https://github.com/Wallvon/termius-rpm
cd termius-rpm
  1. Install the build dependencies
sudo dnf install -y rpmdevtools rpm-build rpm-devel rpmlint bsdtar
  1. Set up development build tree, download Termius deb to it and build the package.
rpmdev-setuptree
spectool -g -R termius-app.spec
rpmbuild --target x86_64 -bb termius-app.spec
  1. Install the package. It may be called something else depending on your distribution.
sudo rpm -i ~/rpmbuild/RPMS/x86_64/termius-app-8.6.0-1.fc39.x86_64.rpm

Why is this not on Fedora Copr?

I will not be distributing this on Fedora Copr or other similar sites because I do not have permission to do so.

I contacted Termius Support on November 15, 2023 and got the following reply back on December 5, 2023:

Hi Robert,

Thank you for reaching out to clarify. We are looking into it. We will do it ourselves shortly.

Best regards,
[REDACTED]
The Termius Team

So they might be releasing a native RPM package in the near future.

Releases

No releases published

Packages

No packages published

Languages