Tagged Questions
2
votes
2answers
96 views
Executing yum installer using java Runtime.exec() and capturing its download progress
I'm facing a problem from past few months. I have tried hard to find a solution.
I'm using Java over Fedora 14
The problem is, I'm trying to download and install a package using Runtime.exec("yum -y ...
2
votes
1answer
65 views
How do I find out w/YUM or RPM what files it installed?
I installed Fedora 16 last night and saw it had NoMachine's NX in the repo. I did a
yum install nx
and it says it installed correctly, but for the life of me I can't find the .service or ...
2
votes
2answers
2k views
How to list installed packages from a given repo using yum [closed]
I want to list all packages I have installed on a system from a given repo using yum. Usually to do this I use yum list installed | grep "something". But now I am faced with a problem. The repo I am ...
1
vote
1answer
488 views
pointing to a different yum repository
I am not sure if this is possible or if there's any easier way but I am trying to install a software package but its not available when I search for it within Yum. I read their documentation and they ...
1
vote
1answer
52 views
Yum failing conditions
I would like to now what happens if yum starts updating and during update user (force)shuts down computer ? What are the dangerous parts of update process if user shut down pc ?
1
vote
3answers
3k views
Why won't my package upgrade with yum?
I'm trying to upgrade a package using yum on Fedora 8. The package is "elfutils". Here's what I have installed locally:
$ yum info elfutils
Installed Packages
Name : elfutils
Arch : x86_64
...
0
votes
0answers
17 views
I am getting an error while installing Mysql 5.5. on Fedora 9 machine. [closed]
I am trying to install the latest version of Mysql server on a Fedora 9 machine. whnever i run a yum command yum --enablerepo=remi list mysql mysql-server , I get an error as Loaded plugins: ...
0
votes
4answers
90 views
Fedora updates make Eclipse forget Java
(Not sure if this is an okay place to ask, but i'll try). After installing some updates in Fedora 16, Eclipse no longer knows how to use Java files. It can't make them, or compile them, or format the ...
0
votes
1answer
66 views
Yum stopped working after upgrading it
I just did yum upgrade yum
and now I cannot use it. It keeps throwing this error:
[root@devlon5 www]# yum install pdftohtml
epel/primary_db 100% |=========================| 3.8 MB 00:00 ...
0
votes
0answers
74 views
fedora yum installer download progress percentage complete capture
I would like to know if it's possible to capture download progress i.e percentage download complete shown by 'yum' while it's downloading a package. Capture, in the sense, could be to a text file or ...
0
votes
0answers
110 views
How to partially upgrade the system to Fedora Rawhide
I'm using Fedora 15 and i want to install GNOME Shell 3.2 packages from Fedora Rawhide.
How to upgrade Gnome Shell packages with all required dependencies without breaking the system packages (like ...
0
votes
2answers
496 views
Fedora command line install eclipse with android sdk
I am a new Fedora user (having previously always used ubuntu), and I am trying to download eclipse. Unfortunately, "sudo yum install eclipse" is returning "no package eclipse available". I assume this ...
0
votes
1answer
708 views
Android - Fedora - Installing 32 bit packages
I'm trying to setup my Android Development on a Linux Fedora box by following the guide listed here, HOWTO Setup Android Development - FedoraProject. Unfortunately, I cannot seem to run the yum ...
0
votes
1answer
609 views
How do i install/enable php5-curl support on php 5.3.3?
When i tried to install php5 curl i am getting the messages below and nothing happens.
Could anyone help me out on this ? My setup is Fedora, apache 2, php 5.3.3.
#yum install libcurl3 libcurl3-dev ...
0
votes
1answer
85 views
When to do nothing, logout or reboot in response to a system update
I've noticed that when I update my programming tools (packages) on Fedora using PackageKit, I will occasionally be told that I need to logout or reboot. Yet when using Yum (preferred), no such advice ...
0
votes
1answer
72 views
does yum keep cache of not successfull update
I would like to know does yum keep cash of downloaded packages if update was not successful, for example during update computer was restarted, but some packages were downloaded.
Will it redownload ...