We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cat /boot/dietpi/.version
echo $G_DISTRO_NAME $G_RASPBIAN
uname -a
echo $G_HW_MODEL_NAME
echo $G_HW_UUID
Donwload image from https://dietpi.com/downloads/images/DietPi_Hyper-V-x86_64-Bookworm.vhdx.xz and install in Hyper-V following instructions in https://dietpi.com/docs/install/ run apt install tomcat9
apt install tomcat9
tomcat gets installed
Doesn't get installed and says Package 'tomcat9' has no installation candidate
Package 'tomcat9' has no installation candidate
The text was updated successfully, but these errors were encountered:
From Bookworm on, its tomcat10`. Sometimes there are aliases for packages, can you try this:
s
apt install tomcat
EDIT: Nope, does not work. Bad for our docs, so we need to remember checking/updating this every Debian version.
Sorry, something went wrong.
No branches or pull requests
Creating a bug report/issue
Required Information
cat /boot/dietpi/.version
echo $G_DISTRO_NAME $G_RASPBIAN
uname -a
echo $G_HW_MODEL_NAME
or (EG: RPi3)Additional Information (if applicable)
echo $G_HW_UUID
Steps to reproduce
Donwload image from https://dietpi.com/downloads/images/DietPi_Hyper-V-x86_64-Bookworm.vhdx.xz and install in Hyper-V following instructions in https://dietpi.com/docs/install/
run
apt install tomcat9
Expected behaviour
tomcat gets installed
Actual behaviour
Doesn't get installed and says
Package 'tomcat9' has no installation candidate
Extra details
The text was updated successfully, but these errors were encountered: