General :: Need A Wireless Site To Download Fedora 9 Extra Packages In RPM Or Tar
Aug 17, 2010
I have downloaded fedora 9 iso to my xp os so I can dual boot my machine. I can't seem to find a place to plug up my RJ-45 to download the extras package in an RPM or a tar file so that I can transfer it onto my linux os so I need a wireless site to download from.
if there is a way of downloading some extra packages and including some extra repositories that will automatically install during the main installation? With the option of a few settings being saved too... like for those that are used to windows having the gnome menu on the bottom.
I am promoting and convincing a lot of people to try Linux and I always recommend fedora as the OS of choice. I have no interest in creating my own distro, because I love Fedora. I just want to make sure these users can have all the codecs and little extras that makes computing fun without being a geek.My main issue is when I wipe their HDD and install Fedora, I then have to repeat the same tweaks and installs every time. This is my 7th time doing the exact same install and am looking for a quicker way.
On Fedora repo I found VirtualBox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?
i use this code to download :wget -m -k -H URL... but if some file cant be download , it will retry Again and again ,so how to skip this file and download other files ,
I download all packages of Fedora 12 64 bit and all rpmfusion packages , all of them free and nonfree. all of them is near 20GB, I download all of them by rsync.I download them in work,In home I use Fedora12 64 bit and do not have internet connection , I copy all packages with USB flash and copy them to my Fedora box , and I want install VLC and other codecs and Nvidia driver for some games.What I must do ?I said again I do not have internet connection in home but I have all packages , free and nofree and rpmfusion packages
How do you instruct wget to recursively crawl a website and only download certain types of images? I tried using this to crawl a site and only download Jpeg images:
However, even though page1.html contains hundreds of links to subpages, which themselves have direct links to images, wget reports things like "Removing subpage13.html since it should be rejected", and never downloads any images, since none are directly linked to from the starting page.I'm assuming this is because my --accept is being used to both direct the crawl and filter content to download, whereas I want it used only to direct the download of content. How can I make wget crawl all links, but only download files with certain extensions like *.jpeg?
EDIT: Also, some pages are dynamic, and are generated via a CGI script (e.g. img.cgi?fo9s0f989wefw90e). Even if I add cgi to my accept list (e.g. --accept=jpg,jpeg,html,cgi) these still always get rejected. Is there a way around this?
I like to check out movie trailers on trailers.apple.com I also like using Opera I know there is some issue with apple and the code for the new streaming codec version or something of the sort. Also, I can't even download the trailers from the site to watch them from my hard drive. It's like the linking system wont function properly.
However, the page I'm downloading has remote content from a domain other than somedomain.com. It was asked of me to download that content too. is this possible with wget?
I want to make a rescue disc for debian such that if anything goes wrong everything can be restored to its original condition. whatever extra packages are installed they should also be put back. most importantly zimbra and its dependencies.
I want to know how to install KDE on Ubuntu and Gnome on Kubuntu. The commands apt-get install ubuntu-desktop apt-get install kubuntu-desktop are not the solution, because they install all distro packages, and I want only the base of desktops KDE and Gnome.
I can install LXDE with apt-get install lxde instead of apt-get install lubuntu-desktop
I can install Xfce with apt-get install xfce4 instead of apt-get install xubuntu-desktop However, I could not do the same with KDE and Gnome.
if I wanted to install all the packages from the slackware cd in the extra dirctory do I have to install them one by one or is there a way to install them all at once?
Install One : Installed Debian Squeeze onto my laptop using the netinst cd. During installation, I did not have access to the internet and installed "Standard System" during tasksel.
Install Two : Installed Debian Sqeeze onto my desktop using the same netinst cd. However, this time I had connected the desktop to my router during installation. Similary installed "Standard System".
Both system later installed with KDE and working fine. Noticed that immediate after installation of the "Standard System", my desktop had more files installed eg. the exim package. Why the extra packages (eg exim) are installed? Are they actually required?
Now I would like to create a third file which contains only those packages which are present in package-a.txt but NOT in package-b.txt. The file should look like this:
Code:
package2 package4
Note: The world "install" is also to be removed for all packages. Using diff command I could get something like this:
I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.
I have a new installation of Ubuntu 9.10 karmic, but apt-get update gives error messages "Failed to fetch....; Could not resolve..." for all the packages in the sources.list file. The computer is talking to the network and the webserver is working. I can ping external websites. Is there a setting that must be changed to make downloads function?
I was wondering if there is a possibility to configure yum in such way that it would download and install packages at the same time?What i mean is that after downloading certain package it continues to download the next one but at the same time it is installing the one it has already downloaded? Is it possible in fedora? I remeber back when i was using openSUSE 11.2 that the behaviour of the installer was configurable and would let users to choose if they want to download all packages first and then install them or download a package, keep downloading next ones but install the already downloaded ones .
how to add packages to an existing Ubuntu ISO or LiveCD (Think like slipstreaming Windows Service Packs into Windows installation CDs, if that helps). I want to add things such as more games or the restricted extras plugins so that I don't have to go get them every time I install the OS on someone's computer, things like that. Not as important, but if it would be possible to remove packages
PS I'm not necessarily looking for a specific version, but I'm currently running 9.10 on one machine and 10.04 (soon to be 10.10) on another. A guide for any Ubuntu distro would be fine though. I'm just as interested in learning the theory of it as I am the actual execution.
On Debian repo I found virtualbox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?
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:
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.
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?
I ran into some errors while installing Oracle Grid Control on RHEL 5.4. I believe I need to install some packages. Where is the right place to download packages for RHEL? I would prefer binary code. Also, I downloaded a source file somewhere. Can you please tell me how to build and install it?
I'm user of Fedora 11. Back this weekend the official repositories works 100% I can download packages with 100 kbytes. This weekend cannot download packages, only with 3 Kbytes! PTM! What is happening?
I want to install some things on machine without internet connection. There is something like packages.ubuntu.com or debian.packages.org for Fedora? Well - as you can see on this site i can see packages with depends (ex. frozen-bubble): click to Debian packages site, click for packages.ubuntu.com. I can download packages with their depends easily from that sites. How i can get rpm with depends? I need to collect everything on usb flash drive and install on off-line machine without any problems. I can download single rpm with yumdownloader but i need depends too. Koji not satisfy me - no depends info. I need to download few apps from repo (on machine with internet connection), but with their depends - how? Or maybe there is something like Keryx for rpm-based distros?
I am thinking in starting a CentOS based distribution for communication (call center) and collaboration (IM, email, calendar) tools. What I want to find is Where to get CentOS-only base packages?Any post related with creation of a CentOS based distribution?
I am running Debian Squeeze. How can I download packages in Java? For example I need the javax.mail package.
In windows, I simply download the JAR and point my classpath to that JAR.... How does this work in linux/debian? Is there apt-get command that I can use to get java packages?
I upgraded my dedicated server using the do-release-upgrade command, and it seems to have installed many extra packages I do not require. This is a headless server in a datacentre, yet the upgrade caused me to install GUI packages I do not need. Is there a way to quickly remove all but the default server packages?
why are there no packages for Debian on the wine site - only Ubuntu? Is there no repository for up to date Debian wine packages?Also about Catalyst: Phoronix dudes are saying the the tearing thing is fixed on Ubuntu's Meerkat with Catalyst 10.10 beta. Can I expect the same on Squeeze or does it require specific XOrg versions to the tearless 2D movie watching and Window moviing?I only use wine for a few games. Don't get me started on the games for Linux:
I wrote a small site to search slackware packages containing a wanted file.slak.homelinux.org..It do searches in official slackware repositories and some non official.It is based on PACKAGES.TXT, so all repositories containing it can be used.If a repository contain even the MANIFEST.bz2 file, then this tool can search packages from its content.Results are cliccable link so to download the package directly.