| Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-13-2006, 08:38 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2006
Posts: 16
Rep:
|
Installing downloads
I have recently installed my first Linux operating system. Novell Suse Linux 10.1-Retail.
I am trying to enhance the Multimedia components and have downloaded packages and saved them to the Desk top. When I try to use Yast to install them I am getting confused. I have opened Yast--Installation source---add source. I choose the Desk top (where the programs are) but Yast will not recognise the desk top as a source.
What am I doing wrong?
|
|
|
|
11-13-2006, 09:01 PM
|
#2
|
|
Member
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851
Rep:
|
Normally yast using repository or cd as installation source, and the repository is not only simple as 1 single folder with few rpm files.
So, if you want to install the package which you'd download, simply use this command (as root)
#rpm -i packagename.rpm
Ks
|
|
|
|
11-14-2006, 03:32 AM
|
#3
|
|
LQ Newbie
Registered: Sep 2006
Posts: 16
Original Poster
Rep:
|
Quote:
|
Originally Posted by kstan
So, if you want to install the package which you'd download, simply use this command (as root)
#rpm -i packagename.rpm
Ks
|
Thank you.
I am wanting to update Kaffeine to 0.8.2. The Cd installed 0.7.1-28. So I uninstalled that. I downloaded the new version as tar, which I opened as a folder on the Desktop.
I then used Konsole as su and when I entered the command you gave me (used Kaffeine 0.8.2) as package name and nothing happened.
Sorry to ask such an elementary question but I am afraid the Novell Suse linux handbook throws no light on this.
|
|
|
|
11-14-2006, 06:33 AM
|
#4
|
|
Member
Registered: Jul 2006
Location: Qld
Distribution: suse 11.3
Posts: 114
Rep:
|
Hi,
I had the same problem with suse10.1 not allowing local directory as installation source for the yast gui. It should do that, and the rpm package I was trying to install had instructions (for suse10.1) saying to do it that way, so maybe that really is a bug. But, the problem with the manual install here is just that tar is a different (older) archiving / packaging system to rpm. Try using #man tar for the applcable commands.
Now, actually, I'm reading this because I'm having difficulty choosing a suitable multimedia player. I couldn't get much joy with the default kaffeine, when trying to play an mp3 file. Do you have reason to believe the upgrade would address that? What's the download URL?
regards..... andrew.
|
|
|
|
11-15-2006, 12:09 AM
|
#6
|
|
Member
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851
Rep:
|
Ross,
If you are beginner, try always avoid install package from .tar. Because it won't help you to setle down the dependency issue(Software A depends on B, B depends on C and D, so once you upgrade, you need to upgrade ABCD together).
As begineer, try using using repository server. Example like:-
ftp://packman.inode.at/
And, below is some tutorial I search for you as bonus.
http://www.desktoplinux.com/articles/AT7527984757.html
Ks
|
|
|
|
11-15-2006, 12:34 AM
|
#7
|
|
Moderator
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
This site is good for downloading media programs. The versions that SuSE supplies may not play MP3s or DVDs because of legal or licensing issues:
http://packman.links2linux.de/
On the bottom of the page, will be a list of dependencies that you might want to download as well. For finding an rpm on the web, try the www.rpm.pbone.net website. It will analyze your system and provide links to dependencies. You can select "SuSE Other" and the packman versions will show up as well.
Also consider adding packman.unixheads.com to your installation source.
Select YaST2 -> Installation Sources -> Add
For protocol, select HTTP. For Server Name enter "packman.unixheads.com". For Directory on Server enter: "suse/10.1" Make sure that the "Anonymous" button is selected.
Now in YaST -> Software Management, you can select By Repository in the Filter and then highlight the packman repository. Now you will have a secondary filter show up where you can use search, or package groups, whatever you want. This method allows you to handle the dependencies automatically, provided that they don't conflict with what you have installed already.
Last edited by jschiwal; 11-15-2006 at 12:36 AM.
|
|
|
|
11-15-2006, 05:43 AM
|
#8
|
|
Member
Registered: Jul 2006
Location: Qld
Distribution: suse 11.3
Posts: 114
Rep:
|
Hi Roscoe,
I tried the acaciaclose website, just as you recommended, which is very good. Taking their advice, I've since been to the Amarok website and installed the mp3 bits which are missing from the suse10.1 distro (which is why I'd tried Kaffeine in the first place). They had very clear instructions.
I am absolutely gobsmacked, but this actually worked first time. Usually I'd be expecting a couple more hurdles to get the sound card connected to the application as well as the speakers. So thanks very much for the tip.
This method also used the Yast "add repository" features, and you will have seen by now that you have similar advice from the foregoing two posts. Good luck.
But I still want to complain. When you add repository with yast gui, the system goes off to the net for an unspecified period of time, without telling you what it is doing - and I'm on a dialup line, so it could be minutes or hours.
I assume adding the repositories manually would not avoid this issue, so does anyone know a better way to maintain software?
best regards.... andrew.
Last edited by aal; 11-15-2006 at 05:48 AM.
|
|
|
|
11-15-2006, 06:09 AM
|
#9
|
|
Member
Registered: Jul 2006
Location: Qld
Distribution: suse 11.3
Posts: 114
Rep:
|
Hi again Ross,
As an added bonus Firefox shockwave plugin, which had had non-functioning sound, now works.
By the way, of the four or five packages on the relevant page, the only one you actually need to get mp3 up is libxine1.
regards... andrew.
|
|
|
|
11-15-2006, 11:53 PM
|
#10
|
|
LQ Newbie
Registered: Sep 2006
Posts: 16
Original Poster
Rep:
|
Quote:
|
Originally Posted by kstan
|
Thank you. It is a steep learning curve.
My home line is very slow so I downloaded at my office, which has a high speed line,and I saved onto a USB Flash drive. I hoped it would be easy to install from there.
|
|
|
|
11-16-2006, 06:37 PM
|
#11
|
|
Member
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851
Rep:
|
not so easy... slow Internet for Linux like a fish inside a small aquarium... You will feel painful...
Ks
|
|
|
|
11-16-2006, 09:02 PM
|
#12
|
|
Member
Registered: Jul 2006
Location: Qld
Distribution: suse 11.3
Posts: 114
Rep:
|
Hi Kstan,
Thank you. So, I take it there is no good workaround for unknown delay with "add repository" on dialup?
regards....andrew.
|
|
|
|
11-16-2006, 09:14 PM
|
#13
|
|
Member
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851
Rep:
|
the only way you can live without internet in Linux is don't simply upgrade any package(for newbie only). You will have trouble in solving dependency issue. However, few solution which everybody know is:-
-purchase better broadband services (384k should be enough)
-Prepare more money. Actually 56k is enough, but you definitely pay much more money for high internet usage.
-use some distro which give as many package as possible, example Suse10.1 give you many application
-bring your CPU to your friend house and install/update package via repository. Once the whole system updated, then normal dialup should be enough for your future.
Ks
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:44 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|