Questions tagged [yum]

Questions about using yum in Ubuntu.

Yellowdog Updater, Modified ("yum") is a package management utility for RPM-based Linux distros.

yum is rarely used in Ubuntu, since like Debian and other Debian derivatives, Ubuntu uses dpkg and APT for package management instead. The relationship between and is similar to the relationship between the utilities (like apt-get) and .

20 questions
12
votes
3 answers

When would yum be of use to an Ubuntu user?

My understanding is that yum, and the rpm system, is only useful on distributions such as Red Hat, Fedora and CentOS. I thought that Ubuntu, as a Debian based system, had no use for yum. So I was surprised to find yum in the (universe section of)…
8128
  • 28,868
9
votes
4 answers

Yum install fails on Ubuntu EC2 instance

I'm using Ubuntu 12.04.3 on an AWS EC2 instance. This is my first time with an EC2 so it's all new to me. I'm also not the most experienced Linux guy either, so I apologize if this is a stupid question. I want to install a LAMP stack on my EC2…
5
votes
1 answer

Ubuntu repoquery - To yum or not to yum

I often switch back and forth between Fedora and Debian based linux flavours learning their peculiar ways but today I bumped into something I need a little support on. I was looking for a way to list the contents of a repo in Ubuntu, something along…
5
votes
1 answer

What does yum actually do?

I've seen yum used as a command for Cento OS Red Hat Linux platform. But, I tried with sudo too and it works. So, I want to know what yum actually does.
4
votes
5 answers

Why did "sudo apt-get install yum*" install 500MB of packages?

I tried installing yum with following command sudo apt-get install yum* which took about more than 500 mb packages and a disk space of more than 1gb. What does this command does? and if it is wrong how to revert back these changes?
4
votes
1 answer

Unable to install yum on Ubuntu 20.04 (AWS EC2)

My command is sudo apt-get install yum The result is : Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package yum
黃智祥
  • 177
4
votes
3 answers

Installing YUM in Ubuntu 20.04 to run CentOS LXC Containers

I was able to install Yum in Ubuntu 18.04 but I can't install it anymore in Ubuntu 20.04. So, when I try to run a CentOS LXC container in my Ubuntu I get an error like this one: # lxc-create -n centos7 -t centos -- -R 7 Host CPE ID from…
3
votes
1 answer

Why does ubuntu need reboot after upgrade but centos doesn't?

Why is server restart required? Why is a restart only required on some updates? When is it necessary to reboot an Ubuntu system? After reading these questions, I'm curious about another question: my centos server has never asked me to reboot the…
recolic
  • 403
2
votes
0 answers

How to install libgdiplus on CentOS 7?

I am totally new to CentOS, and I need to install libgdiplus on CentOS 7? The application which I am running needs this package. I was able to install it on Ubuntu, by using following command: sudo apt-get install libgdiplus But when I run…
2
votes
2 answers

Unable to launch matlab

I am using Ubuntu 16.04, I have succesfully installed matlab 2010b without any error. The same sofware had worked with Ubuntu 14.04, but with 16.04 it says: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such…
2
votes
2 answers

How to get the size (Megabytes) of all packages of an update?

So for a project as part of a work, I need to get the size of a Linux update. I used the command: aptitude search -SF '%p' --disable-columns '~U' So I get the names of the packets whose need to be updated, but I need just the size for a script. I…
bastien
  • 23
2
votes
1 answer

Best way to setup a .deb & .rpm repository on Ubuntu 20.04

I'm relatively inexperienced with Linux, other than the basics. But my company have asked me to find a way to setup a repository hosted on Ubuntu for rpm & and deb packages. Now I've finally managed to get a public apt repository working for the deb…
2
votes
3 answers

Why do the packages "yum" and "yum-utils" exist in the repo?

Both of these commands work and give you a working version of the yum command: sudo apt install yum-utils sudo apt install yum That means that someone created them and put them there on purpose, for an actual reason. Why would someone want to run…
1
vote
1 answer

Is it possible to rpm and yum package manager in Ubuntu

I saw rpm and yum packages in the official repos! Will installing it mean that I will be able to install .rpm apps from Fedora repos?? See the pictures attached apt search rpm results showing and describing yum package manager apt search rpm results…
0
votes
1 answer

Need libxcb-keysyms.so.1

I'm running Xubuntu and trying to run the latest Kdenlive appimage. The terminal says I need libxcb-keysyms.so.1 except I'm getting no help from yum: brett@brett-HP-Laptop-17-bs0xx:~/Bureau$ yum provides libxcb-keysyms.so.1 No Matches found What's…
brettv
  • 129
  • 1
  • 9
1
2