Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-25-2012, 10:39 PM
|
#1
|
Member
Registered: Apr 2012
Distribution: Centos,ubuntu
Posts: 49
Rep: 
|
how to install tar files ?what is Repo stuff
I am not used to linux installations i have set up an ldap server
for if people dont knw its a directory access protocol
leaving that aside
i want to install a directory browser and editor
a good one is http://ldaptool.sourceforge.net/
i downloaded the file and am not able to install it coz i dont understand the different types of installation types
a quick install note would be of great help
And
i would like to understand one thing right here is about what are repos and what are the keys required to access 'em
is it for security purposes??
|
|
|
04-25-2012, 11:29 PM
|
#2
|
Senior Member
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420
|
From your title-
Quote:
how to install tar files ?
|
extract the package if it is .tar.gz-
Code:
# tar -zxvf file.tar.gz
If it is .tar.bz2-
Code:
# tar -jxvf file.tar.bz2
Then go into the directory extracted from the package with the help of cd command and-
to compile and install-
Code:
# ./configure
# make
# make install
|
|
|
04-25-2012, 11:31 PM
|
#3
|
Senior Member
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420
|
Quote:
what are repos and what are the keys required to access 'em is it for security purposes??
|
Asking about repository?
|
|
|
04-26-2012, 07:29 AM
|
#4
|
Member
Registered: Apr 2012
Distribution: Centos,ubuntu
Posts: 49
Original Poster
Rep: 
|
Quote:
Originally Posted by Satyaveer Arya
Asking about repository?
|
yup am asking about repositories
i dont understand the key stuff can you explain me
adding keys for repos and installing softz
Last edited by nooralain; 04-26-2012 at 07:33 AM.
|
|
|
04-26-2012, 07:40 AM
|
#5
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
At first, text/SMS-speak is not appreciated on this forum, so please spell out your words.
About repositories: Unlike Windows, most Linux distributions have one (or more) central places where to install software from, called repositories. In those repositories you will find software that is already pre-compiled for your system. If you install a software from a repository (and you are not running Slackware) then the dependencies for that software are automatically installed, you don't need to bother with that.
For more information how to work with repositories look at your distributions online-documentation.
|
|
|
04-26-2012, 08:11 AM
|
#6
|
Member
Registered: Apr 2012
Distribution: Centos,ubuntu
Posts: 49
Original Poster
Rep: 
|
hmm yup i will not use that stuff!!
for eg i got this package link here
http://pkgs.org/centos-5-rhel-5/atrp...rpm.html#howto
in the how to part
it states to download latest atrpms repo file
then we'r told to install the file
In other words we'r just configuring yum with that repository?
so that yum can search for that software to insall ??  )
|
|
|
04-26-2012, 08:50 AM
|
#7
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by nooralain
In other words we'r just configuring yum with that repository?
so that yum can search for that software to insall ??  )
|
Exactly.
|
|
|
04-26-2012, 08:57 AM
|
#8
|
LQ Guru
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,326
|
^ you dont mention what distribution you are using so assuming fedora:
Code:
[schneidz@hyper ~]$ sudo yum install gq
Loaded plugins: refresh-packagekit
BlueBubble | 3.6 kB 00:00
fedora/metalink | 22 kB 00:00
fedora-chromium | 3.4 kB 00:00
fedora-chromium/primary_db | 16 kB 00:00
rpmfusion-free | 3.3 kB 00:00
rpmfusion-free-updates | 3.3 kB 00:00
rpmfusion-free-updates/primary_db | 383 kB 00:00
rpmfusion-nonfree | 3.3 kB 00:00
rpmfusion-nonfree-updates | 3.3 kB 00:00
rpmfusion-nonfree-updates/primary_db | 130 kB 00:00
updates/metalink | 17 kB 00:00
updates | 4.5 kB 00:00
updates/primary_db | 7.0 MB 00:03
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gq.x86_64 0:1.3.4-10.fc15 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=======================================================================================================================================
Package Arch Version Repository Size
=======================================================================================================================================
Installing:
gq x86_64 1.3.4-10.fc15 fedora 261 k
Transaction Summary
=======================================================================================================================================
Install 1 Package(s)
Total download size: 261 k
Installed size: 839 k
Is this ok [y/N]: n
Exiting on user Command
Complete!
[schneidz@hyper ~]$
|
|
|
04-26-2012, 09:37 PM
|
#9
|
Senior Member
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420
|
Quote:
what are the keys required to access 'em is it for security purposes??
|
Many of the packages are digitally signed with a secure GPG signature, which by default yum verifies before installing if you're using yum to install any package. The signatures in the key ensures that the package you're installing are authentic produced by the company and has not been altered.
If you're building your own package, it's good idea to sign your own package with your own GPG key, just to make sure that the package is authentic and produced by you, for an example.
For more information on how to setup yum repository, installing packages and creating your own key, you can first find on google, go through some of the links that would be a better idea.
|
|
|
All times are GMT -5. The time now is 04:47 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|