1 Answer
- Newest
- Most votes
- Most comments
3
Hello.
Since nload is included in the Fedora repository, how about adding the repository to Amazon Linux 2023 and installing it using the steps below?
I tried it with my AWS account and was able to install it and confirm that the command works.
https://src.fedoraproject.org/rpms/nload
sudo vi /etc/yum.repos.d/fedora.repo
Contents to be written in fedora.repo
[fedora]
name=Fedora 41 - $basearch
#baseurl=http://download.example/pub/fedora/linux/releases/41/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-41&arch=$basearch
enabled=0
countme=1
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=https://getfedora.org/static/fedora.gpg
skip_if_unavailable=False
sudo dnf --enablerepo=fedora install nload
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
Or how about building it from the source package using "rpm-build" as shown below? The nload file is located at the following URL. https://dl.fedoraproject.org/pub/epel/9/Everything/source/tree/Packages/n/