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


ADVERTISEMENT

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

Ubuntu Installation :: Failed To Install File Packages

Jan 24, 2011

I get a box from update manager listing all the updates that it think I should download. I try to, and I just get this message afterwards, "Failed to fetch [URL] Hash Sum mismatch". Any solutions?

Edit- I'm running on Ubuntu 10.10 if that's any help.

View 2 Replies View Related

Fedora :: Install / Remove Packages Written On A Text File?

Sep 9, 2010

I use the show-leaves yum plugin, and sometimes I use that info to remove some unnecessary packages. But that list can be long, so I write them on a text file.

1) Instead of removing packages one by one is there a way to remove all packages written in that text file?

2) Why isn't the output of the show-leaves plugin compatible with the output of "package-cleanup --leaves"?

View 1 Replies View Related

Software :: Shell Script To Install List Of Packages In A File

Jan 21, 2010

I want to install a list of packages in the file. i tried using yum install in a shell script, while read -r line do

echo "Package-->$line"
yum install $line
done < file1.txt
if i run this script:

[Code].....

View 4 Replies View Related

OpenSUSE :: Install Packages - Error File '/content' Not Found On Medium

Jul 1, 2010

I have it running on my system (version 11.1.1) and i have installed only the kernel. i want to install several packages but i can't. yast2 -i bison-devel but i get this error:Error Download failed: File '/content' not found on medium [URL]...

View 6 Replies View Related

Ubuntu :: Get Physical File Position/block On FAT32 Hdd?

Feb 3, 2011

for solution how to find physical position/block of specified file on FAT32 partition. I have damaged hdd (I can mount partition and I see files) and im using gddrescue to make 1:1 copy, but i need only specified file. So I would like use gddrescue with -i pos switch, but I dont know how to get that position for specified file.

Code:
-i pos
--input-position=pos

[code]...

View 4 Replies View Related

General :: List Installed Packages In Debian From A File?

Jun 25, 2010

I have a system that will not boot as /usr has been destroyed and I would like to get a list of installed packages before re-installing. I know that it's possible to get this using dpkg or apt, but I cannot run those.

Where in the filesystem is this information stored and what's the best way to get a list of installed apps from the files?

View 2 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

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

OpenSUSE Install :: Adding A New Physical HD?

Jul 2, 2010

I've opensuse 11.2 installed and running. I have separate mount points for /, home, srv. I have two physical HDs of total 160gb in my system. Now my / partition is nearly full 91-93%. I'm thinking of adding another HD. I cannot figure out how to transfer data after installing the new drive. I plan to move /srv and /home from the main physical disk to the new disk and then add the space freed from under /srv and /home to the / partition. I understand the procedure how to add the drive, how to partition it and so on. I need some help in understanding how to shift the data from one physical drive to the other without losing any simlinks and data of course. I have a virtual host web server running on my machine, so you can understand how difficult it would be if I'd need to do all the linking manually again or worst case if I'd lose any data.

View 9 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

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 :: LUCID: Downloading Repositories/Packages - Get This Message " Unable To Find Expected Entry Deb-src/binary-i386/Packages In Meta-index File "?

Jun 24, 2010

I did the UPGRADE from Karmic Koala to Lucid, and everything was going well. But now I've been having problems with the UBUNTU UPDATE tool for the last 2 weeks. Every time I try to do an update check on the packages, I get the following message:Failed to fetch http:[url]....Release Unable to find expected entry deb-src/binary-i386/Packages in Meta-index file (malformed Release file?)

Some index files failed to download, they have been ignored, or old ones used instead.I've tried changing the servers to MAIN and others, and still no way to solve it. I've also checked for other posts, but haven't found a solution yet. Here's my SOURCES LIST (gksudo gedit /etc/apt/sources.list)# See http:[url].... for how to upgrade to # newer versions of the distribution.

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 :: 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 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

OpenSUSE Install :: Convert Virtualbox .vdi To Physical & Bootable Second Disk

Mar 7, 2009

Ive been running VirtualBox with a windows XP installation for some time, on an opensuse 11.0 host for some time. Recently, however ive been having issues with suse, and want to take my virtual XP and make it a primary bootable physical partition, on a second disk

I know it can be done, but im not finding how exactly.

What ive tried so far. I've taken VBoxManage terminal tool and converted the VDI to a .img file, and tried to move that to my second physical disk, but it didnt work at all.

After some thinking, I booted to acronis true image within my virtual machine, and cloned the C:/ drive of windows over to my second hard drive. That got me further, but doesn't boot fully. Comes up to windows xp logo, and black screen boot loops.

Ive heard about using vditool to create a .raw file, and then go from there, but im at a loss to find vdi tool

How can i move my virtual machine to a physical, bootable partition on a second drive?

View 7 Replies View Related

Server :: Ubuntu Install DVD Contains All Required Software - Physical Setup

May 30, 2011

I have a government website hosted in third party hosting. but now they want to setup their own Ubuntu server. Now my Question is -

1. What hardware do I need? like -
A) SERVER
B) KVM Switch etc etc.. really i don't know how many hardware need to setup a server. Please provide me a list.

2. Does the standard Ubuntu Server installation DVD contains all the required software for Linux web hosting ?

The hardware part is very important. What's more hardware need to set up a 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 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







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