openSUSE Forums > Looking For Something Other Than Support? » How to install packages in terminal ?

Go Back   openSUSE Forums > Looking For Something Other Than Support?
Forums FAQ Members List Search Today's Posts Mark Forums Read


Looking For Something Other Than Support? If you are looking for manuals, books, repositories, hardware, software, etc. this is the place to see if someone can help you find it.

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 28-Aug-2009, 05:11
Puzzled Penguin
 
Join Date: Aug 2009
Posts: 8
tkthanaki hasn't been rated much yet
Default How to install packages in terminal ?

How to install package in terminal ?

what command involve install package?

ex. I want install packages.DU.gz , flashplayer10.tar.gz

Thank you very much.
Reply With Quote
  #2 (permalink)  
Old 28-Aug-2009, 05:21
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,907
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: How to install packages in terminal ?

Tell us why you want to install this way.
What version of SUSE are you using?

DU? do you mean as in du (disk use)?
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #3 (permalink)  
Old 28-Aug-2009, 05:23
df6269's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Taiwan
Posts: 150
df6269 hasn't been rated much yet
Send a message via ICQ to df6269 Send a message via MSN to df6269 Send a message via Skype™ to df6269
Default Re: How to install packages in terminal ?

You can use this command "zypper in package name" to install packages that way will help you to search any packages from your repositories and then install it in terminal, if you still attempt to install tar.gz file, you can also use the following command to complete installation...

# tar -zxvf xxx.tar.gz and then
# make
# make install
__________________
Regards,
Bryan Yu
http://lifestory.moqin.com/
Reply With Quote
  #4 (permalink)  
Old 28-Aug-2009, 06:15
Puzzled Penguin
 
Join Date: Aug 2009
Posts: 8
tkthanaki hasn't been rated much yet
Default Re: How to install packages in terminal ?

Quote:
Originally Posted by caf4926 View Post
Tell us why you want to install this way.
What version of SUSE are you using?

DU? do you mean as in du (disk use)?
I use suse 11.1 .
Because
Quote:
Download failed:
Download (curl) error for 'http://download.opensuse.org/distribution/11.1/repo/non-oss/suse/setup/descr/packages.DU.gz':
Error code: Connection failed
Error message: Couldn't resolve host 'mirror.in.th'
and I try add in repositories and it can't add repositories.

I want to try install packages.DU.gz in terminal
Reply With Quote
  #5 (permalink)  
Old 28-Aug-2009, 06:18
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,907
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: How to install packages in terminal ?

Post the terminal output of

Code:
zypper lr -d
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #6 (permalink)  
Old 29-Aug-2009, 02:15
Puzzled Penguin
 
Join Date: Aug 2009
Posts: 8
tkthanaki hasn't been rated much yet
Default Re: How to install packages in terminal ?

Quote:
Originally Posted by caf4926 View Post
Post the terminal output of

Code:
zypper lr -d
zypper install xxx.tar.gz --> it correct?
Reply With Quote
  #7 (permalink)  
Old 29-Aug-2009, 02:25
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,907
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: How to install packages in terminal ?

Quote:
Originally Posted by tkthanaki View Post
zypper install xxx.tar.gz --> it correct?
No.

Tell us what you want to install and post result of

Code:
zypper lr -d
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #8 (permalink)  
Old 29-Aug-2009, 02:32
Puzzled Penguin
 
Join Date: Nov 2008
Posts: 11
varshovi hasn't been rated much yet
Default Re: How to install packages in terminal ?

If you are going to install a package from one of repos:
1. First of all make sure your repos are auto-refreshed
zypper mr -r -a (this enables auto-refresh for all repos)
2. Search for your package
zypper se <package_name>
3. If zypper found the package try:
zypper in <actual_package_name>
Reply With Quote
  #9 (permalink)  
Old 29-Aug-2009, 05:59
Puzzled Penguin
 
Join Date: Aug 2009
Posts: 8
tkthanaki hasn't been rated much yet
Default Re: How to install packages in terminal ?

Quote:
Download failed:
Download (curl) error for 'http://download.opensuse.org/distribution/11.1/repo/non-oss/suse/setup/descr/packages.DU.gz':
Error code: Connection failed
Error message: Couldn't resolve host 'mirror.in.th'
What packages.DU.gz ???

if I open software management it show download failed away.

I try add repositories
Quote:
Protocol - http (or ftp)
Server name - mirror.in.th
Directories - distribution/11.1/repo/non-oss/suse/setup /descr/
it show can't create. Why? should I do ?
Reply With Quote
  #10 (permalink)  
Old 29-Aug-2009, 06:15
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,907
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: How to install packages in terminal ?

do as I ask:
How to install packages in terminal ? - openSUSE Forums
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2