Recommended installer for Ubuntu: rpm, yum, apt,...?
location: ubuntuforums.com - date: January 13, 2010
If I want to download and install a new software and I have the choice between different packages which one should I prefer for Ubuntu:
*.rpm
*.yum
*.apt
What are the differences?
Peter
Not able to run yum on Ubuntu.
location: ubuntuforums.com - date: February 25, 2013
I am trying to install a command line client from Amazon EMR docs.
I am using this command:
Code:
$sudo apt-get install ruby-full
But I get this error
Code:
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
amzn | 2.1 kB 00:00
java | 9.9 kB 00:00 ...
http://hg.openjdk.java.net/jdk7u/jdk7u/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for java: Damaged repomd.xml file
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: java.
Please verify its path and try again
Can someone guide me on how to resolve this?
YUM repository on Ubuntu
location: ubuntuforums.com - date: January 19, 2009
I have taken the RHCE lab and need to retake it. One of the cool things you can do with Redhat is have your own repos for updates. Having my own repo would make studying much easier.
I am sure this can be done in Ubuntu as well but I was hoping to find someone who possibly has done this.
I have the createrepo tool and have generated the .xml files.
I am just hoping there some info somewhere on this.
Any help would be great.
-J
how to install yum in ubuntu 11?
location: linuxquestions.com - date: January 14, 2012
i tried installing yum using sudo apt-get install yum, but it shows unable to locate package yum
Yum repository on Ubuntu possible ?
location: linuxquestions.com - date: May 23, 2013
Hi Friends,
I have successfully created Yum repository over RHEL6 previously using the link
https://code.google.com/p/iredmail/w...Yum_Repository . Now I am assigned a task is to create yum repository on Ubuntu12. I understand Ubuntu uses apt-get instead of yum. So is it possible to setup yum repository on Ubuntu with similar steps or I have to set up an apt-get repository?
I didn't get any good material on search.. Kindly answer me..
fedora vs. ubuntu and yum vs. synaptic
location: linuxquestions.com - date: August 4, 2006
I want to know what's bigger, the number of fedora packages in Yum or the number of Ubuntu packages in synaptic?
i need yum for ubuntu 8.4,Please it's fight ubuntu vs fedora
location: ubuntuforums.com - date: August 1, 2008
i need yum for ubuntu ,
i want test it for update package.
my new friend is fedora user and he sad me: yum for update is very very fast, and for example if need 80 MB update only download 2MB.
i want find yum in ubuntu to show him and maybe he believe ,yum can run in ubuntu!
i love ubuntu and i don't want he say fedora is better.
please help me ! if yum can't run in ubuntu tel me a better way to **** this friend.
i need more sword-ubuntu to fight fedora
Need help in installing 'Development Tools' using 'yum' in Ubuntu
location: linuxexchange.com - date: July 14, 2015
I'm currently using Ubuntu 14.04 LTS mainly for neuroimaging use. I need to install a program (see: http://dti-tk.sourceforge.net/pmwiki/pmwiki.php?n=SourceCode.SourceCode) which is requiring me to install 'Development Tools' from CentOS. I was directed to: https://support.eapps.com/index.php?/Knowledgebase/Article/View/438/55/user-guide---installing-the-centos-development-tools-gcc-flex-etc#installing-the-development-tools-using-yum where I followed the instructions on the page.
However, I find that when I enter
yum groupinstall "development tools"
I get:
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable
And I get repolist: 0 when I run "yum repolist all". When I try to enable repos with the yum-config-manager command, I get 'You must be root to change the yum configuration.'
I'm not sure what I should do at this point? Any help would be much appreciated.
Dockerfile: Docker build can't download packages: centos>yum, debian/ubuntu>aptget behind intranet
location:
linuxexchange.com - date:
October 31, 2014
PROBLEM: Any build, with a Dockerfile depending on centos, ubuntu or debian fails to build.
ENVIRONMENT: I have a Mac OS X, running VMWare with a guest Ubuntu 14.04, running Docker:
[email protected] ~ $ sudo docker version
Client version: 1.1.2
Client API version: 1.13
Go version (client): go1.2.1
Git commit (client): d84a070
Server version: 1.1.2
Server API version: 1.13
Go version (server): go1.2.1
Git commit (server): d84a070
BEHAVIOR: Using "docker build" fails to download packages. Here's an example of such Dockerfile: https://github.com/Krijger/docker-cookbooks/blob/master/jdk8-oracle/Dockerfile, https://github.com/ottenhoff/centos-java/blob/master/Dockerfile
I know that we can run a container with --dns, but this is during the build time.
CENTOS
FROM centos
RUN yum install a b c
UBUNTU
FROM ubuntu
RUN apt-get install a b c
Users have reported that it might be problems with DNS configuration, others and the configuration has the Google's DNS servers commented out.
Step
Cookbook Yum Not Found on Ubuntu?
location: linuxexchange.com - date: December 31, 2014
I am using little chef github.com/tobami/littlechef to install graphite on an ubuntu 14.04 vm using virtualbox and vagrant.
The node that describes the ubuntu server looks like this
{
"chef_environment": "_default",
"name": "local_monitoring",
"platform": "debian",
"run_list": [
"recipe[graphite]"
]
}
When I attempt to run the following command ...
fix node:local_monitoring
... I get the following error message.
== Configuring local_monitoring ==
Synchronizing nodes, environments, roles, cookbooks and data bags...
Cooking...
[2014-12-31T01:40:58+00:00] INFO: Forking chef instance to converge...
[2014-12-31T01:40:58+00:00] INFO: *** Chef 11.12.8 ***
[2014-12-31T01:40:58+00:00] INFO: Chef-client pid: 19967
[2014-12-31T01:41:04+00:00] INFO: Setting the run_list to ["recipe[graphite]"] from CLI options
[2014-12-31T01:41:04+00:00] INFO: Run List is [recipe[graphite]]
[2014-12-31T01:41:04+00:00] INFO: Run List expands to [graphite]
[2014-12-31T01:41:
please wait...
Page: 1 2 3 4 5 6 7 8 9 10