PDA

View Full Version : Can't install rpm service on Ubuntu



mr.mm9
March 23rd, 2017, 06:48 AM
Hi

I try to install rpm service because my backup agent installation require its. I stuck with some problems. [Like in the picture]

http://i.imgur.com/g2UOQDT.jpg

I try many ways such as use [apt-get -f update] or change repo but It still have the error. How can I solve this?

My OS: Ubuntu 14.04.2 LTS 64bit run on Physical Machine

Thank you

Impavidus
March 23rd, 2017, 01:52 PM
I don't think your problem has anything to do with installing rpm. It just shows up now because you use the package manager. There is an inconsistency in your installed kernel packages.

Show us the complete output of
sudo apt-get update
sudo apt-get -f install
uname -r
Put your output in
code tagsIt's better readable than screenshots.

I see you used a root shell and prefixed your commands with sudo. This is redundant. You only need one of those.
https://help.ubuntu.com/community/RootSudo