|
||||||
| 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. |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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. |
|
||||
|
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 |
|
|||
|
Quote:
Because Quote:
I want to try install packages.DU.gz 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 |
|
|||
|
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 |
|
|||
|
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> |
|
|||
|
Quote:
if I open software management it show download failed away. I try add repositories Quote:
|
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|