Search Criteria
Package Details: flent 2.3.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/flent.git (read-only, click to copy) |
|---|---|
| Package Base: | flent |
| Description: | The FLExible Network Tester. |
| Upstream URL: | https://flent.org |
| Licenses: | GPL |
| Conflicts: | netperf-wrapper |
| Replaces: | netperf-wrapper |
| Submitter: | tohojo |
| Maintainer: | tohojo |
| Last Packager: | tohojo |
| Votes: | 10 |
| Popularity: | 0.186696 |
| First Submitted: | 2015-05-24 11:58 (UTC) |
| Last Updated: | 2026-06-19 15:21 (UTC) |
Dependencies (8)
- netperf (netperf-gitAUR)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for outputting graphs
- python-qtpy (python-qtpy-gitAUR) (optional) – for the GUI
Latest Comments
1 2 Next › Last »
tohojo commented on 2026-06-19 15:21 (UTC)
Sure, can do :)
brasswool commented on 2026-06-19 14:35 (UTC)
@tohojo, the PKGBUILD currently requires
python-setuptoolsin itsmakedepends=()array. I'm building in a clean chroot wherepython-setuptoolsdoesn't exist unless I specify it. Would you mind addingpython-setuptoolstomakedepends=()?tohojo commented on 2026-04-28 09:51 (UTC)
Hmm, I just removed python-setuptools as a dependency with 2.2.0-4. What error are you seeing without it?
moonman commented on 2026-04-27 07:19 (UTC)
missing dependency: python-setuptools
bas commented on 2025-12-19 16:58 (UTC) (edited on 2025-12-19 17:01 (UTC) by bas)
fyi if you get this error
then you likely have the
QT_APIenvironment variable set topyqt6without having python-qt6 installed. You can just change it topyqt5. You can also do this if you want to have both pyqt5 and pyqt6 installed.tohojo commented on 2025-09-04 15:41 (UTC)
@awh, Flent does not support Qt6. You'll have to install python-pyqt5 to use the GUI.
awh commented on 2025-08-30 12:38 (UTC)
tohojo commented on 2024-03-24 09:03 (UTC)
Both of those packages are listed as optional dependencies, which is deliberate: it's possible to run tests from the command line without the plotting and GUI capabilities, so they should not be hard dependencies.
tessaracht commented on 2024-03-24 01:57 (UTC) (edited on 2024-03-24 02:04 (UTC) by tessaracht)
just tried to install today, seems to be missing some deps:
after installing
python-matplotlib:after installing
python-qtpy, the gui runs.tohojo commented on 2023-07-23 22:08 (UTC)
Ah, that would be because pypi has removed the support for the signature files entirely (and retroactively, thus breaking packaging files that attempt to remove them): https://blog.pypi.org/posts/2023-05-23-removing-pgp/
I'll push an update removing the .asc file from the PKGBUILD, thanks for the report!
1 2 Next › Last »