LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   no access on packman-installation-drive (https://www.linuxquestions.org/questions/linux-newbie-8/no-access-on-packman-installation-drive-4175476916/)

sayhello_to_the_world 09-12-2013 04:48 PM

no access on packman-installation-drive
 
while trying to install openmotive on opensuse 12.3


i encounter varions issues;


no access on installation-medium

http://packman.inode.at/suse/openSUSE_12.3/

file './Essentials/i586/libmpeg2-0-0.5.1-1.1.i586.rpm'

cannot be found on 'http://packman.inode.at/suse/openSUSE_12.3/'


what can i do now!?

TB0ne 09-12-2013 05:19 PM

Quote:

Originally Posted by sayhello_to_the_world (Post 5026744)
while trying to install openmotive on opensuse 12.3
i encounter varions issues;

no access on installation-medium
http://packman.inode.at/suse/openSUSE_12.3/
file './Essentials/i586/libmpeg2-0-0.5.1-1.1.i586.rpm'
cannot be found on 'http://packman.inode.at/suse/openSUSE_12.3/'

what can i do now!?

Never heard of the "openmotive" package...what does it do? It's not listed ANYWHERE on the openSUSE website, for ANY version of openSUSE, and it's not anywhere on packman either.

If you mean openmotif, you could try to look on the openSUSE site, and click on the one-click installer
http://software.opensuse.org/package/openmotif

sayhello_to_the_world 09-12-2013 08:55 PM

hello TBone

many many thanks . i did the recommended steps and tried your way - now i have openmotif and it works

now i have installed openmotif 2.3.4 with one click install.


the background; well all is needed to get citrix-client onto the linux opensuse 12.3


i used this tutorial for the further steps.

http://itswapshop.com/tutorial/how-i...0-opensuse-121
Quote:

To download Citrix Receiver, go to the download page and download the .rpm file for x86 systems:

http://www.citrix.com/site/ss/downlo...ductId=1689163

To install Citrix Receiver, dependencies, and make Firefox's certificates available to Citrix, run these commands (this assumes you downloaded the .rpm package into the Download folder):

sudo zypper addrepo -f http://ftp.gwdg.de/pub/linux/packman/suse/12.1/ packman
sudo zypper refresh
cd ~/Downloads
wget http://www.openmotif.org/files/publi...e10.3.i586.rpm
sudo zypper install ./openmotif-2.3.3-1.suse10.3.i586.rpm ./ICAClient-12.0.0-0.i386.rpm ffmpeg
sudo cp /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts

well i think i have an issue - i have no folder that is called /root/Downloads:
see the last line - which says this... - should i create one!?

Quote:


linux-70ce:/home/martin # sudo zypper refresh
Metadaten von Repository 'Packman' werden abgerufen .................................................................................................... ....................[fertig]
Zwischenspeicher für Repository 'Packman' wird erzeugt .................................................................................................... .................[fertig]
Repository 'M17N' ist aktuell.
Metadaten von Repository 'packman' werden abgerufen .................................................................................................... ....................[fertig]
Zwischenspeicher für Repository 'packman' wird erzeugt .................................................................................................... .................[fertig]
Repository 'openSUSE-12.3-Non-Oss' ist aktuell.
Repository 'openSUSE-12.3-Oss' ist aktuell.
Repository 'openSUSE-12.3-Update' ist aktuell.
Repository 'openSUSE-12.3-Update-Non-Oss' ist aktuell.
Alle Repositories wurden aktualisiert.
linux-70ce:/home/martin # cd ~/Downloads
bash: cd: /root/Downloads: Datei oder Verzeichnis nicht gefunden
the last line says - you have no /root/Downloads

well - do you think that i have to create one....

TB0ne 09-13-2013 09:11 AM

Quote:

Originally Posted by sayhello_to_the_world (Post 5026836)
hello TBone
many many thanks . i did the recommended steps and tried your way - now i have openmotif and it works now i have installed openmotif 2.3.4 with one click install.

Yes, and it helps if you provide accurate details when asking a question, rather than having folks guess.
Quote:

well all is needed to get citrix-client onto the linux opensuse 12.3 i used this tutorial for the further steps.

http://itswapshop.com/tutorial/how-i...0-opensuse-121

well i think i have an issue - i have no folder that is called /root/Downloads: see the last line - which says this... - should i create one!?
Code:

linux-70ce:/home/martin # sudo zypper refresh
Metadaten von Repository 'Packman' werden abgerufen .................................................................................................... ....................[fertig]
Zwischenspeicher für Repository 'Packman' wird erzeugt .................................................................................................... .................[fertig]
Repository 'M17N' ist aktuell.
Metadaten von Repository 'packman' werden abgerufen .................................................................................................... ....................[fertig]
Zwischenspeicher für Repository 'packman' wird erzeugt .................................................................................................... .................[fertig]
Repository 'openSUSE-12.3-Non-Oss' ist aktuell.
Repository 'openSUSE-12.3-Oss' ist aktuell.
Repository 'openSUSE-12.3-Update' ist aktuell.
Repository 'openSUSE-12.3-Update-Non-Oss' ist aktuell.
Alle Repositories wurden aktualisiert.
linux-70ce:/home/martin # cd ~/Downloads
bash: cd: /root/Downloads: Datei oder Verzeichnis nicht gefunden

the last line says - you have no /root/Downloads well - do you think that i have to create one....
You're getting that message because you're running the command as root. Make a directory if you want, but you're not paying attention to what you're doing.

You say you're using openSUSE 12.3...but you're following instructions for openSUSE 12.1??? Did you look at the repository you added, since you've now added one for version 12.1, which will now cause problems on your system? Remove the repository for 12.1 you added.

Again, you need to provide information up front...you didn't mention Citrix when you first started. And, if you read the link/instructions on the Citrix page, you'd know that all you need to install is openmotif, THEN the Citrix package.
http://support.citrix.com/proddocs/t...inux-12-1.html
http://www.citrix.com/downloads/citr...linux-121.html

Download the RPM from Citrix, and install it with the zypper command.


All times are GMT -5. The time now is 11:39 AM.