I am trying to install ffmpeg on an EC2 instance, by doing the following:
(1) Editing: '/etc/yum.repos.d/dag.repo' and inserting:
'[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1'
(2) Running 'yum update'
I get the error 'http://apt.sw.be/redhat/el8/en/i386/dag/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found'. Has anyone got an idea what the right URL is?
Thanks in advance for any help.
Sounds like you're trying to use a EL repo with Fedora 8. Use the appropriate repo for the distro you're running.
The .../el8/... part of your URL is wrong; the latest version of Red Hat Enterprise Linux is 5, so I'm guessing you need to replace .../el8/... with .../el5/...
This will depend on the version of Red Hat you're running on your EC2 instance, so check that before you edit the URL in your dag.repo file.
Related
It seems that varnish 6.1.1 offered by Debian repo is marked as 'security' and fix is only available on varnish version ^6.2.1
so I looked around and landed here https://packagecloud.io/varnishcache/varnish62/install
Where I can only find packages for Debian Stretch Bionic or Xenial.
There doesn't seem to be a source package either.
Is there a reason for https://packagecloud.io/varnishcache/ not to have any packages for the Debian Buster ? Not even the 6.1 ?
What should I do?
thanks
this is an ongoing project, weeklies for buster will land next week if all goes well, then 60lts and 63 will get them.
Note that the project have multiple ways for you to contact them and ask about this, stackoverflow is definitely not the best channel for such specific inquiries.
https://packagecloud.io/varnishcache/varnish64/install shows this script:
# curl -s https://packagecloud.io/install/repositories/varnishcache/varnish64/script.deb.sh |bash
and then
# apt-get install varnish
When I run yum install httpd-devel I get this :
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7Server&arch=x86_64&repo=os&infra=$infra error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Erreur inconnue"
One of the configured repositories failed (Inconnu),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
Cannot find a valid baseurl for repo: base/7Server/x86_64
I'm using rhel 7 how can I solve this?
Please download the rpm of repository for CENTOS 7 and RHEL 7
RHEL/CentOS 7 64-Bit
# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
# rpm -ivh epel-release-7-8.noarch.rpm
You must realize that RHEL operating system is not FOSS (free and open-source) like CentOS or Ubuntu. You need to purchase a subscription to use its services like software repository and tech support.
You can have look at their catalog if you want, or you can use CentOS which is derived from RHEL, but is FOSS. Both the operating systems are closely related, and almost everything you can do on RHEL can be done in CentOS.
I want to install Linux Tails. I already added ppa:tails-team/tails-installer to my sources, but when my Ubuntu Software Center tries to download the repository information, I get this error:
W:Failed to fetch
http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-amd64/Packages
404 Not Found , W:Failed to fetch
http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-i386/Packages
404 Not Found , E:Some index files failed to download. They have been
ignored, or old ones used instead.
I am using ubuntu 14.04 LTS.
If you follow the link up to tails-installer/ubuntu/dists/ you can see that "trusty" is missing.
Any idea on what to do? Should I just wait?
I just got an answer from the Tails support team saying that you will need to download the Tails installer packages from ubuntu 15.10, although I was using ubuntu 14.04.
Works now.
I am attempting to update my Ubuntu Natty Narwhal (11.04) to Precise Pangolin (12.04). When I checked the Update Manager, I was told I couldn't do that. I had to get to 11.10 first, if I want it safely. Sounds like a plan.
And so I've ran through the Update Manager who keeps giving me 404 on the "Setting New Software Channels" like this:
W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/oneiric-security/main/source/Sources 404 Not Found [IP: 91.189.91.24 80]
And there wre a lot of that!
No, I do not want the latest Ubuntu yet, though. Not even Lubuntu. Please, I just want to find out how to download a specific version of the package, or if it's even possible. I kinda imagine a command-line text where I can attach the URL of the Ubuntu distribution I want. And then update the one I have.
I know both Natty and Precise are EOL distributions, so I understand it would be difficult.
Thank you folks!
You can download the hardware specific package of ubuntu 12.04 directly
http://releases.ubuntu.com/12.04/
or
http://howtoubuntu.org/how-to-install-ubuntu-12-04-precise-pangolin
There is no such option in the standard installation medium.
Have been through 10 or so Red Hat Enterprise Linux servers to update some sendmail configuration options and finally got to a 5.3 release server that is missing the sendmail-cf package and the server has no RHN access etc.
Tried searching online for a suitable RPM to manually install but can't seem to locate one?
[root# ~]# make -C /etc/mail make: Entering directory `/etc/mail'
WARNING: 'sendmail.mc' is modified. Please install package sendmail-cf to update your configuration.
make: Leaving directory `/etc/mail'
Help please?
The server does not need to have direct access to RHN. If you have '10 or so Red Hat Enterprise Linux servers', then I assume you also have a the subscriptions for them. You can login to your RHN account, download the sendmail-cf RPM for RHEL 5.3, copy it to the server and install it from there with yum.