General :: Install Multiple Packages Using Yum?

Dec 15, 2010

I need to install almost 10 packages using yum. i know the package names. Is there any way to install them in one single command ?

View 3 Replies


ADVERTISEMENT

General :: Removing Multiple RPM Packages At Once

Apr 14, 2011

I need to remove a lot of rpm packages and I would like to save some time and make things easier, but I am unsure of how to do it. Currently I just copy/paste over and over. My plan was to put the output of the command below into a text file, and use that text file to remove all the packages.
rpm -qa |grep xxxxx > file.txt

My question is how do I get that file to work with "rpm -e". I tried to insert the file using the less than symbol but that didn't work:
rpm -e --nodeps < file.txt

View 4 Replies View Related

General :: Options To Pickup Where Install Left Off And Start Adding Packages - Scrap And Re Install

Apr 18, 2011

I've got an ASUS eee1005 that I'm trying to load eeebuntu -- I've read good things about it! However, I managed to get it (partially) installed using only unetbootin and the eeebuntu-nbr iso. Luckily I've got other working laptops in the house, or I'd be stuck because now I've got a partially installed distro that isn't allowing me usage of my wireless. Basically, what I'd like to do is be able to go back to the install process and load all the packages I want, which, hopefully, will give me NetworkManager so that I can finally connect. I can boot to the thumbdrive (8gig, btw) but I don't think I've got the right files on it to do the install. Here's what appears on the thumbdrive:

[code]...

I would think that with these files on the thumbdrive, it could find its way into the install process. Apparently not. I've read most, if not all of the 'install from USB' threads and how-to's, and it's still not working right - Now, having a partially installed distro (with GUI that's not GNOME, or KDE. . ?) Are there any options I can use to pickup where the install left off and start adding packages? Or should I just scrap it and re-install?

View 4 Replies View Related

Slackware :: Script To Upgrade Multiple Packages?

Jan 29, 2010

Ok I got this folder which has got let's say 3 packages:

example1.txz
example2.txz
example3.txz

Of course, there are many more packages actually. But anyway, I want to create a script that will upgrade all packages contained in the folder at once just by running the script.

View 5 Replies View Related

Ubuntu :: Can't Install Packages On 10.04 - Error Action Requires Installation Of Untrusted Packages

Apr 30, 2010

Whenever I do sudo apt-get or use the Ubuntu Software Center, I can't download anything because a message comes up saying "Action requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources." I've been trying to download GIMP and Thunderbird, so... I dunno what the problem is.

View 8 Replies View Related

OpenSUSE Install :: Upgraded From 11.2 To 11.4 - Switching Systems Packages To PACKMAN Packages

Aug 31, 2011

I just upgraded from 11.2 to 11.4 and the installation/upgrade worked just perfect. I than followed the instructions in the "New User How To/FAQ", "Multimedia and restricted format" post. I was following the instruction in the 11.4 section. I added the additional repositories as explained. I then was on the section where it talks about going into software management and selecting the "Packman" repository and clicking to "switch systems packages" to the versions in this repository (packman). I than click this link and the "warning" screen appears and I am present with conflict resolution after conflict resolution dialog. It just seems that there are some many conflicts, it just seems wrong and I canceled.

The installation/upgrade appears to have worked just fine. My mail is there, audio and dvd play back worked the first try after the upgrade. I am not clear if this is what I should expect or their is something wrong or if I even need to complete this step for a successfully installation.

View 3 Replies View Related

Fedora Installation :: KDE - Multiple Packages Exist That Are Not Compatible

May 11, 2009

I'm facing this problem since a month on Fedora 10. I have some 45 packages for upgrade through KPackageKit which belong to KDE.

While I give it to upgrade, it gives me a strange message which says
Multiple packages exist that are not compatible with each other.
This is usually due to mixing packages from different software sources.

When I press the details button, I get these details.
ERROR with rpm_check_debug vs depsolve:
libkwalletbackend.so.4 is needed by kdebase-runtime-4.2.0-7.fc10.i386
Please report this error at [URL]

I get this message only for the KDE packages. I have libkwalletbackend.so.4 in my /usr/lib directory.

View 1 Replies View Related

Ubuntu :: Multiple Python Packages / Config Trashed

Apr 9, 2011

This all started when my Screenlets stopped working. Then I noticed that my update notification stopped too. So, to the command line I went to do and update hoping it was a recent update that needed to be fixed.

Code:
sudo apt-get update && sudo apt-get upgrade

It appears that multiple python packages are trashed some how? Currently doing sudo apt-get -f install I get:

HTML Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
python-configglue python-ubuntuone-client libimobiledevice0 python-ubuntuone-storageprotocol python-twisted-web python-pyinotify libcouchdb-glib-1.0-2 .....

View 1 Replies View Related

Fedora :: Install Packages From The 14 Dvd Instead Of Downloading From Internet Using Add / Remove Packages

Mar 31, 2011

im using fedora 14 and i have a slow internet connection. i want 2 install some packages from the fedora 14 dvd instead of downloading from internet using add/remove packages. i tried to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo but it dint work.

View 2 Replies View Related

OpenSUSE :: Possible To Remove Multiple Packages Listed In A Text File?

Sep 15, 2011

Is it possible to remove multiple packages listed in a text file? Similar to "cat orphan.txt | zypper rm" or "zypper rm <orphan.txt." Neither worked.

View 8 Replies View Related

Software :: Cannot Install Source Packages - No Packages Given For Installation

Jan 5, 2010

HOW TO INSTALL PACKAGES IN IT ,IT SHOWS SOME ERROR (Cannot install source packages) OR (No packages were given for installation.)

View 5 Replies View Related

Ubuntu Installation :: Upgrading Multiple Machines - Avoid Each PC Download The Same Packages?

Nov 14, 2010

I have three Ubuntu desktops that I would like to upgrade from 9.10 to 10.04. Is there a way to avoid having each PC download the same packages? Is there some magic I can do with two of the PCs to maybe point the software source list at the third 'master' PC that does all the downloading?

View 2 Replies View Related

Ubuntu :: Quickly Remove Multiple Related Packages From Command Line?

Feb 15, 2011

Is there any way to quickly remove multiple related packages from the command line instead of having to enter the name of every single one? I am trying to remove OpenOffice from my server running 10.04. It would work nicely if I could get a list of packages without line breaks, such as the list displayed by aptitude when upgrading. That way I could just paste the package list into the terminal. However, "aptitude search 'openoffice'" dumps a long list on many lines that cannot be used that way.

View 3 Replies View Related

General :: Install All Packages From An APT Repository?

Jun 11, 2010

Is it possible to install all packages from an APT repository?

I know it is possible to do it manually, but then you would need to know all the package names, and I don't.

I want to install all the packages from BackTrack into my Ubuntu installation. I really don't like the idea of having it in a VM and having a separate partition for it is even more out of the question. I know that the folks at BackTrack doesn't like it when people leech their repositories, but that's what you get for releasing open source software. Stupid? maybe.. A valid reason? probably not.. Do I still want it? Yes.

Another edit: I have now given up on this as it seems impossible to get it to work even by manually installing packages.

View 5 Replies View Related

General :: Install Deb Packages In Another Directory?

Jun 22, 2010

I have a netbook with a tiny hard drive, and an external drive to go with it. It's running Ubuntu. I want to be able to install some packages to that external hard drive, so that when the hard drive is not plugged in the netbook still functions, just with out some functionality. It doesn't have to be this way exactly, I just want the effect of offloading some of my installed libraries and programs onto the portable hard drive. In other words, just mounting some directories from the external drive wont work because I at least need some basic programs to run normally.

Here are some things I was thinking about but wasn't able to find enough information to actually understand if they are feasible, or how to go about doing them.

Can I do something like this if I use the --root=/media/external switch of dpkg install and then add /media/external/ to my system path?

What if I create some kind of wrapper for dpkg that will install the package into an alternate root (--root=/media/external) and then create a symlink in the internal file system to every file that was just installed on the external file system?

How about something where I chroot into the external drive?

How about something using LVM?

View 2 Replies View Related

General :: Cannot Install Any RedHat Packages

Nov 18, 2010

Recently I Installed New Redhat server while I Install Any Packages It says:

"No such file or directory"
But If I Search the file using [rpm -qa | grep packages_name]
It shows the package , Also If I Use [rpm -qi package_name] It show package Information , Size and Every thing.
Finally when I going install package using [ rpm -ivh package_name] It says
"No such file or directory"

Screen Shot of error link => [IMG]img135.imageshack.us/img135/2430/linuxerror.jpg[/IMG]

View 3 Replies View Related

General :: Download Packages With Apt But Don't Install Them?

Feb 22, 2010

I'm running a Knoppix Live CD, and I want to install ClamAV. What I'd really like is to download all the relevant packages and save them onto a USB pen, and then I can install it easily whenever I run the Live CD anywhere and update the definitions at my leisure without having to connect to the internet or go through remodelling Knoppix. I'm not entirely sure how to do this though, mainly because of dependencies. I would think it would be along the lines of cd'ing to the usb and running:

Code:

apt-get -d build-dep clamav-base
apt-get -d build-dep clamav

and then to install use dpkg, but I'm not sure how to get it to look for the dependencies in the same place:

Code:

dpkg -i clamav-base
dpkg -i clamav

I'm just about to go and try it, but I thought I'd ask first to get the wisdom , but also to see if anyone else does something similar and whether they think this is a good way to achieve the goal, regardless of whether this technically works.

View 5 Replies View Related

General :: Install Packages From A CD Instead Of RPM Via The Internet?

Jan 30, 2010

I do understand that to install software on linux distros that the main way is to have internet connectivity and to download them via RPM or to manually do this in terminal. Can you install software by downloading it from another PC via CD and install it in your Linux PC from the CD? Reason I ask is that I do not have a WLAN setup on my Linux PC yet and would like to install some programs or drivers while I am waiting to get a WLAN adapter that is compatible with Linux. Can you convert drivers or programs to an ISO image that can be installed on Linux? Another reason is that I have read that Wine can be used in the absence of MS Windows to run certain or a few programs in Linux as well as assist Linux to recognize drivers of hardware that is utilized for MS Windows.

View 6 Replies View Related

General :: How To Download And Install Different Packages

Apr 2, 2010

Right now I am using UBUNTU Hardy Haron. I just moved from windows to linux. It is very easy to install any games or software in windows. Just double click exe, next - next and finish. I want to install some mario games in my pc (ubuntu). I have downloaded tar.bz2 of it. Extracted it and configure and install-sh both are there. I already tried by ./configure. It requires g++, cpp several packages. Now my question comes. What are those packages? How to find out them? How to install them? Is there any other easy way for installation? What are different type of compilers over here?

View 3 Replies View Related

General :: How To Install Oracle Packages

May 16, 2011

i need to deploy oracle packaged thorugh unix instead of using SQLplus where in you can directly type the commands.

View 4 Replies View Related

General :: Install Perl Packages In Red-Hat?

Aug 9, 2011

command list that will install

Perl IO::Pty and Perl IO::Tty modules in RED HAT

Im trying to install a rpm package but I get the following error

Code:
perl IO::Pty need by perl-Expect-1.17-1.rh9.rf.noarch.rpm
perl IO::Tty need by perl-Expect-1.17-1.rh9.rf.noarch.rpm

View 3 Replies View Related

General :: Packages Used To Install Svn Server?

May 18, 2010

wat are packages used to install svn server...?

View 1 Replies View Related

General :: Apt-Get Tries To Remove Packages On UZBL Install?

Jan 12, 2011

When I try to install uzbl, a minimalistic web browser with apt-get, apt tries to remove all xserver-xorg packages that can't possibly have any relations to the uzbl package - since it's only a web browser.

[ ~/downloads ] % sudo apt-get install uzbl
Reading package lists... Done
Building dependency tree
Reading state information... Done
[code]....

View 9 Replies View Related

General :: Install All Packages From Iso File Without Physical Cd?

Jan 2, 2010

I had installed a debian file using#dpkg -i <file>Now package manager gave count error though that debian file got installed.I tried#apt-get install -fIt says want to download 20MB but no internet on my pc so destined to fail.In synaptic package manager I selected broken packages & marked them for removal.I saw file-roller,totem.seahorse,nautilustc. got uninstalled.question ) I just have iso image of my ubuntu 8.04.How can I use it to install all packages that come by default on cd.

View 9 Replies View Related

General :: Install Packages Onto Ubuntu Without Internet?

Mar 5, 2010

A few weeks ago I installed Ubuntu 9.10 (32-bit) onto a machine with Internet access, so it was easy for me to run the following commands to install OpenSSH and portmap:

Code:

sudo apt-get update
sudo apt-get install openssh-server
sudo apt-get install portmap

But now I have just installed Ubuntu 9.10 (64-bit) onto a machine without internet access. How do I install openssh-server and portmap onto that machine?

View 3 Replies View Related

General :: Install Total Packages Though Yum Command ?

Jan 2, 2010

How can i install total rpm packages in Server folder which is locket at /root/Server

View 3 Replies View Related

General :: Install Rpm Packages Using File Globbing With Errors

Jun 23, 2011

I found a rpm feature. If you rpm install * and one of the packages fails to install then none of the remaining packages will be installed.

Does anyone know how to use rpm to install packages with file globbing and have rpm attempt to install all of the packages?

I found that --force works, yet I do not want to install over already installed packages.

I doing this because I need to install all of the packages in a directory.

View 1 Replies View Related

General :: Command To Get Install Path Of Applications/rpm Packages?

Jun 30, 2010

I am looking out for a command which can give me the list of applications installed and the corresponding install paths for those.let me know if there is any such command. Also, i am using rpm command to get the list of packages installed(i am assuming that this shows the list of applications installed).

View 4 Replies View Related

General :: Error Pear Install Packages On RHEL4

May 17, 2010

I am facing issue when trying to install php-pear packages on RHEL 4,

Troubleshoot error.

My php and pear version as below.

View 4 Replies View Related

General :: Unable To Install Packages Using Software Manager

May 24, 2011

I am not able to install any package using software manager. I make sure that I remain online throughout the process. When I select any software package to install, a window appears that asks for the authentication code. After entering the code, no progress(in any form) takes place and the dialog box remains idle. The same thing happened when I tried to install cheese, netbeans, gcc, eclipse, build-essential, g++, codeblocks and many other such software packages. I would like to state that this problem is persisting from past two days. Earlier I was able to install software packages using software manager and I had already installed about 10 software packages before this problem actually came into notice.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved