Have download an'RPM' file using WGET to a directory

wget https://duckduckgo.com/app/download/linux.rpm.2

yes i did multiple WGETS

I did a ‘cd’ to that diredtory
zypper in from the directory fails
The directory is in my /home/bill directory(i own the directory)
The downloaded file owned by root
Possible to install the application

This is zypper output

localhost:/home/bill/RPMS # zypper install /home/bill/RPMS/linux.rpm.2
Refreshing service ‘NVIDIA’.
Refreshing service ‘openSUSE’.
Loading repository data…
Reading installed packages…
‘/home/bill/RPMS/linux.rpm.2’ not found in package names. Trying capabilities.
No provider of ‘/home/bill/RPMS/linux.rpm.2’ found.
Resolving package dependencies…
Nothing to do.

@Bill_L there is no linux app, your downloading a webpage…

I was trying to do what a web page shows for this type of install. ONly using the wget I ‘downloaded’.

2. Installing Local Packages


Both OpenSUSE and SUSE Linux use the rpm system as their package management system. Let’s say you have downloaded an rpm package using the Linux wget command.

$ wget https://64.34.161.181/download/3.5.0/Linux/nxclient-3.5.0-7.x86_64.rpm

You can install the downloaded package using the zypper install command. Make sure you provide the correct path to the file.

$ sudo zypper install nxclient-3.5.0-7.x86_64.rpm $ sudo zypper in nxclient-3.5.0-7.x86_64.rpm

I’m fairly certain that the redhat DNF command may do it, but I DO NOT want to walk down that road.

there is no duckduckgo browser for use in opensue Leap. SO this is a ‘I want it , but can’t have it’ lost cause.
Ignore this thing conpletely.

Currently running in Firefox on my system.

https://start.duckduckgo.com/

It also runs under chromium.

That is probably the DDG search extension.
There is a DDG stand alone web browser, but not for Linux systems.
I have the DDG stand alone browser on all of my mobile devices.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.