A repository refers to a data structure, usually stored remotely on a server, that contains files and directories as well as a corresponding historical record of the changes that were applied to the data structure of the repository.

learn more… | top users | synonyms

2
votes
1answer
32 views

sources.list - Understanding syntax & structure in Debian

I have generated a sources.list file from http://debgen.simplylinux.ch/ with the following parameters: Country: New Zealand Release: Stable (Wheezy) Architecture: 64 bits Sources: Main + Security + ...
1
vote
1answer
43 views

SLES 10 - repositories?

Can somebody help with adding a repo for SuSE Linux Enteprise Edition 10 SP3? First - can't find any "official" repos. Found a few repos for openSUSE and few other - but every time I try them I get ...
2
votes
2answers
39 views

Identifying unused repositories in Yum

Is there a way to identify an unused repository in Centos/RHEL? I have quite a few repositories installed on a Centos machine and I'm not sure which ones are actually needed and which ones aren't. ...
2
votes
1answer
36 views

How can I tell if a third-party repository is reputable?

Among other things, I want to install ffmpeg on a CentOS server of mine (just a personal server - nothing too special). I noticed that one set of installation instructions advise to add a DAG ...
2
votes
1answer
26 views

YUM: How to prevent EPEL from upgrading packages installed from other repos?

I would like to leave EPEL enabled and configure it to allow updating only the packages that were installed from EPEL itself in the first place (packages which were manually installed from EPEL ...
1
vote
1answer
32 views

Determining archive / suite from `deb` line

Is there an easy way to determine the "Archive", "Suite", "origin" (or whatever else APT uses) just from the deb line? For example, someone (trusted, of course) gives me this deb line: deb ...
1
vote
0answers
52 views

Where is the best place to put a local repo?

I've made a custom repo to install ruby 2.0 on Ubuntu 12.04 Currently, I have the repo in '/vagrant/files' for testing. root@gitlab:~# tree /vagrant/files/ /vagrant/files/ |-- default |-- ...
1
vote
1answer
44 views

Possible to download all the packages from “groupinstall” and then run ( yum --nogpgcheck localinstall *.rpm )?

This is the original command: yum groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts" I would like to create 4 folders for these. (1 folder for each). mkdir Desktop mkdir ...
1
vote
1answer
88 views

Why does yumdownloader download i686 files if my pc is x86_64 and also installs them?

I simply found out what packages were in the group: Desktop Platform via yum groupinfo "Desktop Platform" Then I downloaded them all one by one via: yumdownloader --resolve ...
1
vote
1answer
45 views

Problem creating a group in a repo : “ yum-groups-manager: error: no such option: --default ”

When you run: yum groupinfo "Desktop" you get 3 categories.. Mandatory Packages Default Packages Optional Packages This is the command I ran: yum-groups-manager -n "Desktop" --id=desktop ...
0
votes
1answer
65 views

Is this the correct way to create a repo for offline usage ? ( for : yum groupinstall “Desktop” )

Let's create a repo for: yum groupinstall "Desktop" first, i create a folder named "test" /root/Desktop/test next i need to know what is inside of "Desktop" group. yum groupinfo "Desktop" ...
2
votes
1answer
69 views

How does “groupinstall” work ? ( How to convert a group-install to a regular multi yum install <package> -y ? )

I would like data on how to replicate the same exact outcome for yum groupinstall "Printing client" without running that command but rather run yum install <package> -y perhaps multiple ...
1
vote
1answer
31 views

Centos Linux no longer has “ System ---> Administration ---> Printing ” after re-install from “Minimal” iso file

Recently i installed centos linux minimal and then installed GUI over it. i noticed it no longer has System ---> Administration ---> Printing given that this is not a 'software' how can i ...
1
vote
1answer
174 views

is there a “xdotool” rpm available for Centos Linux?

It seems to be extremely difficult to install xdotool on CentOS because of it's requirements. such as yum groupinstall 'Development Tools' -y yum install libXi-devel libXtst-devel libXinerama-devel ...
0
votes
2answers
90 views

How to use ( yumdownloader --resolve <package name> ) on ( yum -y groupinstall “Desktop” “Desktop Platform” “X Window System” “Fonts” )?

As soon as I finish installing "centos-minimal" from the minimal ISO file, I need to install the GUI desktop. for this I simply run, ifup eth0, and then I run: yum -y groupinstall "Desktop" "Desktop ...
0
votes
1answer
371 views

How to install [ gcc ] without internet connection?

I simply ran yum install gcc this is what came up: ================================================================================ Package Arch Version ...
2
votes
1answer
108 views

How to download a file from repo, and install it later w/o internet connection?

Assuming that I want to install a program called leafpad later. Currently the only way to install it is via: yum install leafpad -y but I want to save this and install it later without internet ...
1
vote
1answer
42 views

Setting up a repository server

Is it possible to set up a server to mirror a distro's repository, but only download/store requested upgrades or new packages rather than download them all? So all computers on the LAN can connect to ...
2
votes
1answer
33 views

What is Archive field in Release file used for?

For example current Release file for Wheezy is following: Archive: stable Origin: Debian Label: Debian Version: 7.1 Component: main Architecture: amd64 Now I can't find description of this Archive ...
1
vote
1answer
77 views

Pinning and local repos

I can't quite wrap my head around pinning in Debian. I'm trying to automatically install a package first from our local project repo, then from our local stable repo and then from official Debian ...
1
vote
2answers
2k views

How to install gnome-shell-extensions in Fedora 19?

I want to install a GNOME extension into Fedora 19. I've been using this command: $ yum install gnome-shell-extensions-alternative-status But it wasn't able to find the package. I tried adding this ...
0
votes
1answer
340 views

Are Ubuntu PPA Repositories usable on Debian wheezy?

I'm using Debian wheezy and i wonder are Ubuntu PPAs hosted at Launchpad safe to be added & used on Debian?
2
votes
3answers
702 views

Why yum's download speed is too slow

My yum download speed in fedora is in average less than 5KB/s and goes to less than 1KB/s but my normal download speed is around 140KB/s. I tried installing yum-fastestmirrors but didn't help. Any ...
0
votes
1answer
114 views

Yum Returns Errors when using

When I try to use Yum (e.g. # yum update) I get an error and it prevents me from using Yum. Any help on this would be really cool! This is the error that I get when I try to run a Yum command: # yum ...
1
vote
2answers
2k views

Installing Samba 4.0.7 on CentOS 6.4

CentOS 6.4's yum repo has only 4.0.0. I see some major security and stability patches since then. So I signed up for SerNet, and followed their directions to install their GPG key. Then I did: ...
1
vote
0answers
222 views

reprepro and gpg-agent - passphrase won't be cached

I'm getting a little frustrated here, maybe you got an idea what the problem could be: I have a buildprocess with a few reprepro commands at the end The buildscript is executed with sudo ( cd ...
0
votes
2answers
110 views

YUM UPDATE stuck forever

I created repository for RHEL 5.6 . There was already an exiting repository for RHEL5.2 which I deleted. And i run following commands yum clean all yum clean metadata then, Yum list all It list all ...
0
votes
3answers
1k views

-bash: yum: command not found

I have one server with Red Hat Enterprise Linux AS release 4 (Nahant Update 3) installed. And I tried to add the online repo using this link: Centos Wiki: RPMForge And everything goes smooth. But ...
1
vote
1answer
146 views

Atomic repo to just update Ossec and not the rest is that possible for Centos 6.4?

I followed this link http://www.ossec.net/?page_id=19 and enable both epel and atomic repo to install ossec. My problem is I just want a local installation of ossec so I ran this yum install ...
2
votes
2answers
178 views

Finding yum equivalents of apt repositories?

I have code to setup an Ubuntu server that relies on apt-get. It has lots of packages as documented on our project wiki, for example these: development environment and the ruby dependencies. However, ...
2
votes
1answer
333 views

Getting error whenever trying to add a repository

Whenever I try to add a repository I get a NoDistroTemplate Exception. I am using Linux Mint 14 Nadia. tusharmakkar08@tusharmakkar08-Satellite-C660 ~ $ sudo add-apt-repository ppa:webupd8team/java ...
1
vote
1answer
305 views

How do I add a custom package to debian repository?

I run my own debian apt repository server. I have a .deb file that i would like to add into the repository (Adaptec Storage Manager deb). I need the ability to manage that package independent of the ...
6
votes
2answers
138 views

When was the concept of remote repositories invented?

When were remote repositories, for any package manager, invented and implemented?
-1
votes
2answers
152 views

What is sources.list?

I know sources.list is a file that contains a list of HTTP links pointing to some software downloads. I would like to know more detailed explanations and various conventions followed in the ...
3
votes
3answers
433 views

Disable repository updating in fedora

Fedora checks all repository for updating when every time i want to install some packages from yum. this is waste of time because i know they are updated! how could i disable this checking?
0
votes
0answers
75 views

Is there a GUI tool for editing software repos in CentOS 6.3?

I was wondering in a GUI tool exists in CentOS 6.3 for editing software repositories, similar to the 'Software sources' GUI in Ubuntu.
3
votes
3answers
347 views

make reposync ignore /etc/yum.conf?

Is there a way to make reposync ignore /etc/yum.conf ? When i use reposync --config=/my/path/to/alternative/inputrepo.conf it's still picking up repositories for consideration inside /etc/yum.repos.d ...
1
vote
1answer
114 views

Crontab with Github

I want to be able to push a repository to Github at midnight, every night. I know that Github isn't a back-up service, and, in no way am I expecting it to be this - I just want the best up-to-date ...
1
vote
1answer
66 views

What are possible issues with installing a package from the developer instead of the distro-repositories

It might sound like a trivial question to some but even though I have been using Linux for quite a few years I haven't really figured out this question. Little background info; I recently upgraded my ...
0
votes
1answer
94 views

How to check that gpg checking is correct on RHEL based machines or not?

How can I check that the "enabled=1" repositories have "gpgcheck=1" in the "/etc/yum.repos.d/" directory (and the "gpgkey=" file exist or not?)? Q: I'm searching for a solution to do this ...
1
vote
1answer
114 views

CentOS: disable a non-reachable repository

How to disable a non-reachable repository? I have an error when I use yum repolist or yum list: # yum list | grep 404 http://download.opensuse.org/repositories/home%3A/SannisDev/ CentOS_CentOS- ...
0
votes
1answer
143 views

What does White space mean when you mount ISO

I mounted redhat dvd media and I named in redhat.iso. And when i mounted it and did ls it showed /media/RHEL-5.6 i386 DVD. What does this space mean between 5.6 and i386 and DVD. Because Im ...
2
votes
1answer
104 views

Adding repositories with “./” [closed]

I'm trying to add this unoficcial repository to my Ubuntu 12.04 machine (32 bits), in order to install a software called SLTV. According to the official site, the following lines should be used: deb ...
0
votes
3answers
246 views

yum install failing with strange output

I am using below command to install gcc on my laptop running fedora 17. yum install gcc But I am getting strange output. Loaded plugins: langpacks, presto, refresh-packagekit Resolving ...
1
vote
1answer
523 views

Install Shutter on Centos

I'm trying to figure out a way to install shutter on Centos. Are there any repos somewhere?
3
votes
2answers
75 views

Is there any sort of online kernel repository or sharing sites (possibly for laptops)

It just seems there should reasonably be something like this considering so many folks run *nix on laptops and laptops have such consistent hardware sets. At a guess I'd imagine there's likely in the ...
3
votes
2answers
411 views

GNU Radio prerequisite libraries on armhf

After several attempts, I have managed to compile GNURadio on the Raspberry Pi. However, I am just not able to meet the prerequisites for the gnuradio build script on the Pandaboard (Linaro 12.04) or ...
2
votes
2answers
776 views

Remove yum repo using yum

I have no root access on my machine at work, but I have sudo permission to use sudo yum (and only yum). Recently I accidentally installed a faulty repository (dropbox), and now I'd like to remove it. ...
1
vote
2answers
365 views

OpenSUSE: Find all Packages without a repository

I just upgraded to OpenSUSE 12.2 from OpenSUSE 12.1 by changing all of my repositories to target 12.2 (instead of 12.1). Now that I've upgraded, I've found a bunch of packages that have no ...
0
votes
2answers
48 views

How do I get a list of all enabled media in Mageia via CLI?

I have read URPMI from Mageia wiki but there seems to be no mention of how I can check the currently enabled media using urpmi command. There is urpmi.addmedia and urmpi.removemedia. So I tried doing ...