0
Connection failed [IP: 91.189.88.142 80]
Err:4 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 ffmpeg amd64 7:4.2.4-1ubuntu0.1
  Connection failed [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/flite/libflite1_2.1-release-3_amd64.deb  Connection failed [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libavdevice58_4.2.4-1ubuntu0.1_amd64.deb  Connection failed [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libavresample4_4.2.4-1ubuntu0.1_amd64.deb  Connection failed [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/ffmpeg_4.2.4-1ubuntu0.1_amd64.deb  Connection failed [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/i/intel-gmmlib/libigdgmm11_20.1.1+ds1-1_amd64.deb  Connection failed [IP: 91.189.88.142 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
karel
  • 114,770
Tracy
  • 1

2 Answers2

0

I resolve the same issue.

I found these error show because of the update source, you can resolve by changing update source.

see my blog https://itexp.blog.csdn.net/article/details/120638402 Failed to fetch:FFmpeg section

Shou
  • 1
  • 1
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review – Marc Vanhoomissen Mar 21 '22 at 11:24
0

You can try to install alternative copy via snap as application package with all their dependencies.

# Enable Snapd
sudo apt update
sudo apt install snapd

Install ffmpeg

sudo snap install ffmpeg

Check installation

ffmpeg --version

I hope it could be useful