Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

unable to install fonts-liberation2

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
satimis
Posts: 536
Joined: 2004-09-11 11:50
Location: Hong Kong

unable to install fonts-liberation2

#1 Post by satimis »

Hi all,

I need to install fonts-liberation2

$ apt-cache policy fonts-liberation2

Code: Select all

fonts-liberation2:
  Installed: (none)
  Candidate: 2.00.1-3
  Version table:
     2.00.1-3 500
        500 http://deb.debian.org/debian stretch/main amd64 Packages
The package is on repo

$ sudo apt install fonts-liberation2

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  fonts-liberation2
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,455 kB of archives.
After this operation, 4,335 kB of additional disk space will be used.
Err:1 http://deb.debian.org/debian stretch/main amd64 fonts-liberation2 all 2.00.1-3
  Could not resolve 'deb.debian.org'
E: Failed to fetch http://deb.debian.org/debian/pool/main/f/fonts-liberation2/fonts-liberation2_2.00.1-3_all.deb  Could not resolve 'deb.debian.org'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Ran apt-get update without result

$ sudo apt install --fix-missing fonts-liberation2

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  fonts-liberation2
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,455 kB of archives.
After this operation, 4,335 kB of additional disk space will be used.
Err:1 http://deb.debian.org/debian stretch/main amd64 fonts-liberation2 all 2.00.1-3
  Could not resolve 'deb.debian.org'
E: Failed to fetch http://deb.debian.org/debian/pool/main/f/fonts-liberation2/fonts-liberation2_2.00.1-3_all.deb  Could not resolve 'deb.debian.org'
E: Internal Error, ordering was unable to handle the media swap
Please help. Thanks

Regards
satimis

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: unable to install fonts-liberation2

#2 Post by Bulkley »

I just ran

Code: Select all

# apt-get install fonts-liberation2
No problem.

Your source http://deb.debian.org/debian is bad, gives 404. Try http://ftp.debian.org/debian/

My source.list looks like this:

Code: Select all

deb http://ftp.debian.org/debian/ stretch  main 

deb http://security.debian.org/ stretch/updates main

User avatar
rivenathos
Posts: 217
Joined: 2009-01-09 11:57

Re: unable to install fonts-liberation2

#3 Post by rivenathos »

This package installs on my system with no problem.

My sources list:

Code: Select all

deb http://httpredir.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/ stretch/updates main contrib non-free
deb http://httpredir.debian.org/debian/ stretch-updates main contrib non-free
deb http://httpredir.debian.org/debian/ stretch-backports main contrib non-free
deb http://www.deb-multimedia.org/ stretch main non-free
Perhaps this helps.
Running Debian on Dell: OptiPlex 3010, OptiPlex 7010, OptiPlex 9010, and Inspiron 1545.
Linux User #461545
Savannah, Georgia, USA

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: unable to install fonts-liberation2

#4 Post by Bulkley »

rivenathos, you might want to block your deb-multimedia source with a #. That is a good place to source particular packages to solve particular problems but leaving it open can expose you to packages you don't want during regular security updates. It's not that deb-multimedia is a bad source but it can be ahead of the curve and cause compatibility issues. (Voice of experience on this one :wink: )

satimis
Posts: 536
Joined: 2004-09-11 11:50
Location: Hong Kong

Re: unable to install fonts-liberation2

#5 Post by satimis »

Bulkley wrote:I just ran

Code: Select all

# apt-get install fonts-liberation2
No problem.

Your source http://deb.debian.org/debian is bad, gives 404. Try http://ftp.debian.org/debian/

My source.list looks like this:

Code: Select all

deb http://ftp.debian.org/debian/ stretch  main 

deb http://security.debian.org/ stretch/updates main
Hi,

Thanks for your advice. Problem solved

Regards
satimis

Post Reply