hello
Please Teach the steps install the offline applications in opensuse12.3 with command line.
i I can not install offline applications in my opensuse12.3 with zypper.
thanks.
hello
Please Teach the steps install the offline applications in opensuse12.3 with command line.
i I can not install offline applications in my opensuse12.3 with zypper.
thanks.
Hi mornwk,
Why command line? Is you focus to learn to use it, or is your focus to install offline?
In the first case, I can not help that much. I do use console but I am not too familiar with zypper details.
What I can tell: you need to add the source (CD, DVD, directory etc.) as a “repository”, although I am not sure if it is necessary with zypper.
man zypper
should be your friend.
It is also easily been done via YaST.
rds
kasi
Have a look at my bash script I call zypper command: https://forums.opensuse.org/blogs/jdmcdaniel3/zypper-command-zypper-package-management-menu-system-version-2-12-141/
Thank You,
Hi James,
I should really more often have a look at your bash scripts.
rds
kasi
On Thu, 17 Oct 2013 21:36:03 +0000, mornwk wrote:
> hello
>
> Please Teach the steps install the offline applications in opensuse12.3
> with command line.
Maybe describe what you’re trying to accomplish? Is there a particular
package you’re trying to install?
> i I can not install offline applications in my opensuse12.3 with zypper.
What are you entering, and what are the results you’re getting?
Generally, for offline installation, you should use the ‘rpm’ command
rather than zypper, but depending on how your system is set up, zypper
might also be appropriate.
Jim
–
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
mornwk wrote:
>
> hello
>
> Please Teach the steps install the offline applications in opensuse12.3
> with command line.
> i I can not install offline applications in my opensuse12.3 with zypper.
> thanks.
>
>
unlike other operating systems all software required for installing an
application in Linux is not always available in a single package or
download.
Example :- When you trigger an application install in YaST ,YaST will
pull in all the required dependencies for that application and install
them too.
In essence you need the application rpm + “n” number of library rpms
before you can proceed with an application install using zypper or rpm
command
To install a browser called SeaMonkey offline. i need the seamonkey’s
rpm as well as rpms which have all the necessary library files.
–
GNOME 3.6.2
openSUSE Release 12.3 (Dartmouth) 64-bit
Kernel Linux 3.7.10-1.16-desktop
Thanks to all friends
Finally Successful…
for install offline software in opensuse> in CLI:
sudo chmod +x <software address in hard>
then: ./<software address in hard>
then software is installed.
On 2013-10-18 14:36, mornwk wrote:
>
> Thanks to all friends
> Finally Successful…
>
> for install offline software in opensuse> in CLI:
> sudo chmod +x <software address in hard>
> then: ./<software address in hard>
> then software is installed.
You kept well hidden from us vital information. You did not say that you
wanted to install via that package installation program, usually
proprietary. You could have helped us to help you by saying exactly what
you wanted to install.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)