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

 

 

 

Missing virtual packages?

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
senorsmartypants
Posts: 5
Joined: 2016-10-05 22:11

Missing virtual packages?

#1 Post by senorsmartypants »

I'm trying to install several packages and it seems like they think I'm missing a virtual package.

For example
mythweb from https://www.deb-multimedia.org/dists/st ... ge/mythweb

It wants to install apache2, even thou I have lighttpd installed.

How can I determine if my system believes a virtual package is installed correctly?

senorsmartypants
Posts: 5
Joined: 2016-10-05 22:11

Re: Missing virtual packages?

#2 Post by senorsmartypants »

A few more details about my setup.

I just recently upgrade from Jessie to stretch. Everything seemed fine with the upgrade.

I have php5.6 installed and not php7.0. Not sure how related that is to this issue, but I just noticed that.

jibberjabber
Posts: 162
Joined: 2016-01-10 16:58

Re: Missing virtual packages?

#3 Post by jibberjabber »

Using deb-multimedia is a good way to mess up your system, there often are many dependency issues, also if you were using it before you upgraded, when
you upgraded, none of the packages that were installed before from there would upgrade correctly.

--- a virtual package.
What virtual package ? QEMU, Virtual Box, KVM , etc... ?
Is pretty vague, but if you know the name of the virtual package, you can check to see if it is installed.
https://www.debian.org/doc/manuals/debi ... ls.en.html

Code: Select all

 apt-cache policy package   ->  apt list -a package 
Where it says "package", should be the name of the package.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Missing virtual packages?

#4 Post by stevepusser »

A virtual package is one that apt does not see in the repositories, not one having to do with virtualization.

It would no doubt be better if you provided the actual text of the error message that you're getting.
MX Linux packager and developer

Post Reply