Sign in with
Sign up | Sign in
Your question
Solved

fedora - How to get repository of softwares

Tags:
  • Fedora
  • Ubuntu
Last response: in Linux/Free BSD
Share
August 24, 2014 2:11:07 PM

Hi every body . I installed fedora on my system that's very good but one problem:
In ubuntu there is this directory : var / cache / apt / archives that you can see every repositories of softwares that installed on that but in fedora when I install a software with yum it just download repositories from internet and doesn't save it in etc / yum.repos.d. My question is: is there any way to save these repositories for use it in a offline system?

More about : fedora repository softwares

Best solution

August 24, 2014 2:24:11 PM
Share
August 24, 2014 3:57:40 PM

thank you very much man. but one thing else don't you know how I can open nautilus with root access?
m
0
l
Related resources
August 24, 2014 5:52:31 PM

Generally it is not safe to open the file manager as root. You should only modify individual files with sudo so you don't accidentally Bork your system.

But if you must:

#sudo <insert program name here>

Will open any of your programs with root access including nautilus.
m
0
l
August 24, 2014 10:50:50 PM

Thanks alot skittle.
Sorry one other problem:
In ubuntu , apt-get install checks the /var/cache/apt/archives directory to find any repository of software that we want to install and if it doesn;t find any repository so uses the internet connection to download repository but in fedora it just want to download all repository from internet connection when all required repository is in /var/cache/yum is there any way for make yum to check /var/cache/yum for needed repositories?

By the way in system that I install software when I remove it and install it again yum checks the /var/cache/yum but when I copy the repositories from system to another system those systems do not check /var/cache/yum and they want to download all repositories
m
0
l
!