Skip to main content

Questions tagged [repository]

The tag has no usage guidance.

1 vote
1 answer
7k views

Install wine on RHEL with Yum

I'm trying to install Wine on Red Hat Enterprise Linux using Yum, but it's not in the RHEL repository. How can I install RHEL via Yum? I'm pretty sure there may be other repositories out there ...
Daisetsu's user avatar
  • 6,021
1 vote
1 answer
2k views

adding repo to yum

I need to install mongodb server on my linux. To install via yum command I need to add it to my repo. Can someone guide me how to add something in my repo? http://www.if-not-true-then-false.com/2010/...
coure2011's user avatar
  • 1,629
47 votes
8 answers
44k views

Find packages installed from a certain repository with aptitude

I'm in search for something analog to this question: Zypper: How do I display all packages from a certain repository? Since I'm on Ubuntu, I need an aptitude based solution: How can I get a list of ...
Boldewyn's user avatar
  • 4,398
16 votes
3 answers
49k views

How can I download ubuntu packages in windows to install them on an offline ubuntu machine?

How can I download ubuntu packages from online repos thhrough windows to install them later on an offline ubuntu machine? this is related to this question: Ubuntu repository download iso if there ...
ma-aa's user avatar
  • 161
7 votes
6 answers
2k views

bitbucket on my own server

I want to have something like bitbucket.org or github (but for mercurial!) on my VDS. I don't need full functionality, but I need it being able to serve repositories, accept changes (with auth!) and ...
valya's user avatar
  • 928
4 votes
2 answers
10k views

Ubuntu repository download iso

where can I download Ubuntu repository in .iso file directly ?
deddihp's user avatar
  • 231
2 votes
2 answers
268 views

git setup for local development

I had went through few Git Tutorial and Essential Training, I had basic knowledge for GIT. What I had learn from the tutorial, they teach me how to init git repository / github (as remote). I got a ...
Shiro's user avatar
  • 697
1 vote
2 answers
271 views

Where are Debian packages hosted?

I want to install a package (libappindicator3-dev) but it's not showing up for me when I try install it -- I'm using the sid/testing repository, so it should be there: http://packages.debian.org/sid/...
Tristan's user avatar
  • 23
1 vote
1 answer
527 views

Why I can't see Ubuntu restricted packages

I don't know what else restricted packages are there, but I'm looking for the sl-modem-daemon package, which according to http://packages.ubuntu.com/search?keywords=sl-modem&searchon=names&...
xpt's user avatar
  • 8,851
1 vote
1 answer
1k views

Download multiple branches to the same directory using repo

repo is a python script that manages cyanogenmod source code download. to download cm-10.1 branch, repo command is, cd ~/cm-10.1 repo init -u https://github.com/CyanogenMod/android.git -b cm-10.1 cd ~...
d6cbe4's user avatar
  • 11
0 votes
2 answers
1k views

yum: enable a disabled repository

I've found out I can use yum --enablerepo= to temporarily enable a disabled Yum repository, but I want to permanently enable a repository. Is there a preferred Yum command to enable a disabled ...
Danilo Piazzalunga's user avatar