Fedora :: How To Make Yum Install List
Dec 29, 2009I'd like to turn the output of "yum list installed" into a file list I can use to setup other machines? Something similar to "yum -y install < listofinstalled.txt" or something?
View 11 RepliesI'd like to turn the output of "yum list installed" into a file list I can use to setup other machines? Something similar to "yum -y install < listofinstalled.txt" or something?
View 11 RepliesI have a bit of a problem and the only solution I can think of at the moment is a very tedious one, so I was hoping there would be a better way. What I am trying to do is cross compile the PPPD program so that I can install it on an embedded system (this system does not have make/gcc on it). It was easy to cross compile it, but I can not run "make install" since I'm compiling on a secondary machine. I don't want to install PPPD on this secondary machine (I couldn't anyway, because it was compiled for a different architecture) and I can't run make install on the target machine because there is no make/build system for it.
So it seems like what I would have to do is to manually copy over each compiled file from the build machine to the appropriate location of the target machine. And the only way (that I know of) to figure out how to do this is to manually examine the Makefiles (yes, there are several for PPPD) and figure out which file should go where on the target system. This isn't trivial because it uses a hierarchy of makefiles and the probability of human error for this method is high.
Is it possible that I could run another command that would give me a list of all the commands that make install would perform? Or a list of all files and their target location for "make install"? Or possibly some other solution that I am completely unaware of that would make this task not so painful and error prone?
how to make a list of all mp3 ogg or any other files in linux and save it as csv. Or, do somebody know a program or python script which allow you to do that by just pointing at the location with this files??
View 7 Replies View RelatedWhere might I find a list of all packages available for install on the Fedora 12 disks?
View 2 Replies View RelatedIs there any package that I can use to make a to-do list on the desktop? Like a widget of some sort?
View 2 Replies View RelatedHow to I make a list of thumbnails in Qt, kind of like the "Icon View" in many GUI file managers?
View 11 Replies View RelatedI understand there is a file that stores the repositories' information, but I can't find it!Is there a way I can create a list of what applications have been installed?The idea is that if I am running a backup, finding a way to save the repository list and applications installed so if I am upgrading, or fixing a borked system by re-installing Fedora, I could copy the repo list back, and run the applications list like ode:yum install <cat apps.txt?> and get all of the applications I've installed via Yum without having to remember them all?Is there anything else, outside of /home, I should look at backing up? SELinux settings?
View 6 Replies View RelatedMy system is centos 5.5, and I need nobody:nobody's directories and files under data.
There is a directory named "data, and this directory has so many directories and files generated by web program. Most of them is nobody:nobody.
I want to to make a list of these nobody:nobody directories ans files.
Is it possible to make a list of these directories and files?
I have OpenSuSE 11.2, and I am learning Bash scripting. I was wondering how I would make a bash program, That I could have it check multiple craigslist sites [western mass, worcester mass, etc], e.g. in the Free category, and/or enter keywords, and have it update every 5 minutes, and then post the results somewhere, to a file, or even upload it to a server, or if it's even possible? (Kind of like the program "Ad Notifier for Craigslist") Would I have to do this in C/C++? If it has to be done in C/C++ It would have to be windows compatible preferably.
View 2 Replies View RelatedI need to, through a bash script, go through a given directory (given as argument 1) to list out the relative path in this directory (including $1) for eact subdirectory which contains files. Directories which only contain . .. and eventually only subdirectories SHALL NOT be listed. It is this last requirement that makes it difficult for me.
I have been using the tree command for now, but I have not found a way to ignore paths to directories which only contains other subdirs or nothing at all in any easy way. I may offcourse test each directory after they are listed but this gives an extra loop to go through and I beleive it should be possible to do it directly when creatring the list. I guess by using find or ls in conjuntion with the tree command or by itself it should be possible but I am not to conversant of nested script commands.
i installed a mail server in RHEL 5 with postfix, dovecot, openwebmail, but i failed to install chpasswd 2.2-4 i have ./configure, make, make install, but nothing happens can any one help me with some documentetion for chpasswd for changing password for mail account
View 5 Replies View RelatedSo I want to install the original version of Fedora 15 and make it dual boot with my Windows 7. Problem here is that I don't have a cd/rom. and the iso file didn't have a .exe thingy.....
so now what? Also this is my partitions> http://img94.imageshack.us/img94/9853/unledtlh.jpg
Is there a way to make a dialog with zenity which would show an updating list? Zenity does it with progress, but I didn't figure out if it's possible to do it with the list. I.e. for example, I want to monitor something, and update the dialog with new list periodically. Is it even possible? zenity can wait for data from stdin, but it just adds stuff to the list. May be there are some control sequences which clear the list in the dialog?
For example:
{ echo "Foo"; sleep 2; echo "Bar"; } | zenity --list --title='Dynamic list?' --text='Some data' --column='values'
How can I instead of adding Bar, replace the Foo with it?
I have a script from which i want to disable unwanted services. I wanted to have the list of unwanted services in the same script file. I tried the following, but it is not working...How do I mention list of services in the same file and still make the script work ?
Code:
#/bin/bash
#List of services, modify list between SERVICES tag
service_list=$(cat <<SERVICES
acpid
apmd
avahi-daemon
[Code]...
I want to make a program that maintains a list of tags that can be attached to a set of files. Store the tags in the files. The main problem is that there is no way to get a list of all the tags without reading each and every file. And also what if you have an unused tag? Have a file that contains tag "keys" and file list "values". This seems like it would be fast and effective, but what if one of the files gets renamed?
View 12 Replies View RelatedI am running fedora 12.
It works very smooth in my system.
My system configuration is given in my signature.
When i am trying to install fedora 13 64 bit after that anaconda screen i am getting a screen of blue background and the rectangular small installation screen .but the problem is that nothing is there in that screen.It is completely white and the system stands there for ever.
How can I install fedora 13?
how do I save installed packages in a list and restore ...
rpm -qa > installed-software.log
yum install $(cat installed-software.log)
sorting rpm packages by size
rpm -qa --qf '%{SIZE} %{NAME}
' | sort -n
Just installed fc13 and wasn't given the option for kde.... I like the desktop effect and Widgets.... is there a way to do the same with gnome???? If not what packages do I. Install from the apps list?
View 10 Replies View RelatedI have moved to a new place and they expect me to work without root access to my machine, but I need to compile and make some software. However I get the following error:
mkdir: cannot create directory '/usr/local/ope': Permission denied
chmod: cannot access '/usr/local/ope': No such file or directory
mkdir: cannot create directory '/usr/local/ope': No such file or directory
chmod: cannot access '/usr/local/ope/bin': No such file or directory
make[1]: *** [/usr/local/ope/bin] Error 1
make[1]: Target '_installall' not remade because of errors.
I have been allegedly been given admin rights - but do I need root to do this?
this is a tar.gz file and i've installed it lately . i wanna take it out now in my system. but dont know so how dyou re move a software installed using ./configure make make install?
View 1 Replies View RelatedNew 320 Gig HD. Installed FC14 from DVD and it worked, except there are no icons at all to get started as there were in FC 13. Cant find "Places", "Applications" that were at the top of the screen. Now it's blank except for the splash design. Tried to re-install, but it won't do that. Just goes to the HD and the same blank splash screen. Thanks for the help. Please be easy with explanations as I'm new at this.
View 14 Replies View RelatedI'm trying to install from the Live CD. I read the sticky about needing a /boot and a / partition. I think that sticky applies to me but I'm not sure; once the Live CD loads, I click the "Install to Hard Drive" icon on the desktop. It thinks for awhile but ultimately doesn't display anything.What I'm not sure about is how exactly I go about making those partitions. My current HD is a Ubuntu system (Karmic Koala), and its network slowness has prompted me to try FC12. I've backed up everything already, I don't need to preserve anything on the existing drive.
I'm looking for the easiest way to get FC12 installed. Should I fool with the partitions? I just download a different install CD i.e. a non-Live one? If so, which one? Do I need all 5 or so CD images? I don't have a DVD burner so downloading the DVD isn't an option. I'm comfortable working from a Linux command line once the system is working, but I don't have much experience "close to the metal" i.e. actually getting a system up and running.
I am having an extremely hard time trying to make and install the driver for the Hauppauge 1600. I have Fedora 14-2.6.35.91 kernel. I am a newbie at this kind of installation. I would like to know is there a kernel that I can install that the tv tuner will work right out of the box. This is very frustrating. I try to install the CX18 driver, I receive an error message. I would really like this to work.
View 3 Replies View RelatedI'm using Fedora 15 and i want to install Ubunto 11.04 using live usb and then the two linux systems to be on my computer.note:first fedora 15 is to be installed
View 1 Replies View RelatedI have successfully installed fedora 10 and have rpmfusion in my /home/ directory. i don't know how to edit yum.conf to make yum install from this local repo. i tried once. But when i tried to install vlc i got an error saying some lib****** files are missing and missing dependencies.
View 2 Replies View Relatedi have usb modem sierra 885 compass but i don't know how to install it, nor to make it work in fedora 7
View 1 Replies View Relatedwhen i install bochs and make the makefile why undefined reference to `pthread_create'
View 1 Replies View RelatedI get this error when I type "make" to install "fatrat download manager"
Code:
Can this be done similar to some other O/Ses so Nouveau doesn't pre-screw up the kernel for 3rd party drivers??? Would be great in F16 if we were given a choice re: wanting nouveau or not. I simply can not get F14 or F15 to work with the 270.xx drivers on recent equipment.
View 10 Replies View RelatedI just installed Gnome Shell in Ubuntu 11.04 through UGR Linux and everything works fine! The only problem is that I cannot run make and make install. I get the following errors:
Code:
alexandros@Autobot:~/gnome-shell/source/gnome-shell-extensions$ make && make install
Making all in extensions
make[1]: Entering directory `/home/alexandros/gnome-shell/source/gnome-shell-extensions/extensions'[code]........