Debian :: Multiple Versions Of A Same Package?

Aug 22, 2010

On my lenny+backports+debianmultimedia desktop I see two annoyances. 1st: There are multiple versions of same packages. But while attempting to remove the older versions I see apt-get is removing some essential packages. Is there any way to kill this duplicacy of packages? Here is a list of packages whose multiple instances are installed:

xulrunner-1.9.0.19-3
xulrunner-1.9.1.11-1~bpo50+1
cpp-4:4.3.2-2
cpp-4.3-4.3.4-6~bpo50+1
g++-4:4.3.2-2
g++-4.3-4.3.4-6~bpo50+1

[Code]...

Note: Just for sanity's sake I want to remove the extra versions and disable that error message, except that I don't see any problem.

View 6 Replies


ADVERTISEMENT

Fedora :: Keeping Multiple Versions Of A Package?

Jan 1, 2010

Some times i need the older version of some packages in my system...side by side with the new one.i.e mostly i found older version openssl package for supporting dependency of some programs Can I keep the following libraries at the same time in my system by installing multiple versions of openssl?

[Code]...

View 3 Replies View Related

Fedora :: Install Multiple Versions Of Package?

Sep 29, 2010

I do quite a bit of testing of a FOSS package, which I install from rpm. At any one time there may be 3 versions ( current release, new release candidate, and snapshot of trunk) that I wish to test. If I stick to normal naming conventions (i.e. current release fred-2010.0...rpm, release candidate fred-2010.2...rpm, and trunk fred-2010.3...rpm) it seems to me that I can only have one version installed at any one time. Is there a 'proper' way of managing this (using the package manager), so that I can have multiple versions installed at any one time?

View 10 Replies View Related

Debian :: Different Package Versions From Same Repository

Jan 10, 2016

I noticed today when I was offered by synaptic to update some packages that there seemed to be two versions available from the same repository (stable). How could that happen?

For instance if I check package "xscreensaver" installed version is 5.30-1+b1 and versions available are;
5.34-1 (testing)5.30-1+deb8u1(stable)5.30-1+b1 (stable)

Below is my /etc/apt/sources.list. I'm not sure why, but rows 1 and 6 are identical except for stable beeing replaced by jessie. Row 3 and 7 are almost same too. Because jessie=stable (at the moment), is there any point with having duplicated rows in sources.list?

Code:

Select alldeb http://ftp.se.debian.org/debian/ stable main non-free contrib
deb http://ftp.debian.org/debian/ stable-updates main non-free contrib
deb http://security.debian.org/ stable/updates main non-free contrib

deb http://ftp.se.debian.org/debian/ testing main non-free
deb http://ftp.se.debian.org/debian/ jessie contrib non-free mainĀ  <--- Same as first row?
deb http://security.debian.org/ jessie/updates contrib non-free main

View 14 Replies View Related

Fedora :: Install And Use Multiple Versions Of Gcc (on F15)?

Jun 6, 2011

For my work it is extremely useful to have multiple versions of gcc available. I've done this in the past under Ubuntu simply by enabling alternative or older repositories but in Fedora land I've not been able to find a standard automated way of doing this. Can anybody point me in the right direction?

View 13 Replies View Related

Ubuntu :: Run Multiple Versions Of Firefox?

Feb 1, 2011

I'm using latest Ubuntu version 10.10 and I want to try Firefox Beta, but don't want to replace the one I;m using now which is 3.6.13.

I have downloaded Firefox 4 Beta andd extacted file to a /Home Folder/(My username)/Firefox 4 (Beta)/

and I wen to that folder and clicked on the Firefox link bu version 3.6.13 came up. in another window. Do I have to close Firefox ad re open it or do I have to do something else?

View 1 Replies View Related

Ubuntu :: Multiple Versions Of GCC In Maverick X64?

Feb 25, 2011

I have installed GCC 4.5.1 using senaptic. But typing gcc in any terminal still calls the older version of gcc. I see that in /usr/bin gcc is a link to the older gcc. Would it be OK to replace that link with the new one poiting to the newer version of GCC?

View 3 Replies View Related

Ubuntu :: Multiple Versions Listed In GRUB 2?

Feb 24, 2010

I have a dual boot desktop with WinXP on C: and Ubuntu on D:. GRUB 2 handles the start-up. Having installed multiple updates to Ubuntu, my GRUB menu now lists:

2.5.31-19-generic
2.5.31-17-generic
2.5.31-16-generic
2.5.31-15-generic
2.5.31-14-generic

and (recovery mode) for each of the above, along with the mem test and WinXP.Is there any reason I need to list all these variants of Ubuntu? If not, can I simply edit them from the GRUB config file or must I do something else to actually uninstall them?

View 2 Replies View Related

Ubuntu :: Building Multiple Versions Of One Software?

May 26, 2010

I am not sure if this is the right section to ask this question (sorry if it isnt). Anyway, I want to build and install 3 different softwares:OpenCV, Player, Stage. These are required for my school projects and research etc. Now, I need to install them in this manner:
Opencv-2.0.0, player-2.1.3 and stage-2.1.1 and Opencv-2.1.0, player-3.0.1 and stage-3.2.2

The reason for this is, these are the sets of versions that talk to each other without problems. And I need the older versions for a project that I'm currently working on and its always nice to have the newest version installed on the system. If its only a single version install, its pretty easy and I can do it.Since I want to install multiple versions of the same software I could use some help. I am not sure whether I can install all of the them in the default directory (/usr/local/). So, I can set up a separate directory on my home folder. But thats as far as I've gotten to. I am particularly concerned whether one version would break another. Is there anything that I can do to avoid this?

View 3 Replies View Related

Software :: APT-GET - Get Multiple Versions Installed Of Same Program?

Jan 20, 2010

I want to have 2 diffrent versions of a package installed at same time. This is the command i use "apt-get install myprogram=versionID" Problem is, that when i install the version i wanna add, it REPLACE it with the old I dont wanna replace, i wanna keep them both.

View 2 Replies View Related

Software :: Install Multiple Versions Of GCC On Fedora 12?

Apr 9, 2011

How to install multiple versions of GCC on Fedora 12? Using yum, I upgraded my g++ to 4.4.4-10. I want to install a second version 4.6.0 of GCC.

[Code]...

View 9 Replies View Related

Software :: Different Versions Package From Different User

Jun 5, 2010

I'm working with Debian squeeze with kernel 2.6.34 the problem is that after some change in the ldcon.so.conf and envirormental variables (this I did to make working the compiled mesa, dri, and video card driver)from normal user I see a version of libraries and some software , but from root I see a different version, tipically older. What I did wrong adding these paths?

View 1 Replies View Related

Ubuntu :: Having Multiple Versions Of Java Running On The Same Computer

Feb 4, 2010

The main problem is that the software was developed about 15 years ago and is incompatible with the most current version of Java. I would like to know how to install an older version of Java so that I can use it with just this one application, without changing the version of Java that I use for everything else.

View 1 Replies View Related

Ubuntu :: Multiple Version Of 10.10 - Delete Some Of The Older Versions?

Mar 17, 2011

When I turn on my computer, because of frequent updates it will display several versions of Ubuntu 10.10 that I can choose from. I wonder if it is possible to delete some of the older versions and how. I think having several versions of Ubuntu uses up a lot of space in the hard drive.

View 4 Replies View Related

SUSE :: Starting A Program With Multiple Versions Installed

Feb 11, 2011

I have matlab installed on a network (I am not the administrator) and we usually start the program by typing "matlab", then choosing one of the version options from the menu i.e. typing "n". So because of this, trying to run matlab programs or commands directly like this... matlab -r ProgramName

...does not work. I just get the menu as usual and everything else is ignored. I assume the admin has overridden the matlab command with their own custom script. So my question is can I start a specific version of the program by specifying the folder that the version is in? I thought it might be something like /opt/matlab/version -r programname

this might look foolish, but I am a bit of a linux noob. Let me know if I should just ask my administrator but I thought there might be something easy I am missing.

View 1 Replies View Related

Programming :: Loading Multiple Page Versions With PHP And MySQL?

Jun 18, 2011

I have a page which is going to be internationalized, and available in more languages. It contains PHP scripts to load, let's say, current user's data from database and the internationalized content itself, like "Welcome user" message. The problem for me is the fact, that internationalized content is not continual, and it's all over the page mixed with php scripts.

I don't want to use eval(). I've got 2 , they are, however, not good enough. 1. One file per language version, with scripts included - there will be many languages, so there would have to be many files with redundant data. Also if I wanted to change structure of script, I would have to change it in all pages. 2. Load international data from db, while scripts are on the page - not sure about good database structure I mean, how would I get the right content from database? (content would be split into rows, columns, or something?)

View 8 Replies View Related

CentOS 5 :: Setting Up Repositories With RepoSync And Multiple Versions

Jul 17, 2009

I'm missing a fundamental that I just cant seem to wrap my head around with setting up repositories with RepoSync. I set up a local repository when my system was running version 5.2. Everything ran like a top up until the release of 5.3 Upon release I ran the standard yum on my 5.2 server which upgraded it to 5.3 and thats where my mental block is catching me up.

When I run a reposync It seems that all I'm able to download is the 5.2 packages. I'm trying to figure out how I can manage both a 5.2 repo along side a 5.3 repo with reposync and figure out what needs to be done to properly make reposync pull down the latest updates for the newer version. My original thinking was that once my repo server was upgraded to 5.3 it would start pulling the 5.3 updates but obviously I'm way off base since that is not happening.

View 1 Replies View Related

Fedora :: Safe To Use I686 And X64 Versions Of Same Package At Same Time?

Nov 11, 2009

Could using i686 and x64 versions of same package introduce problems later? Currently my system is 64bit , but some apps require i686 versions of already installed x64 packages.

View 1 Replies View Related

Ubuntu Installation :: How To Get Latest Package Versions Into Synaptic

Jan 14, 2010

I'm trying to install Eclipse from synaptic but it only has version 3.2 while there's a version 3.5 out there. How do I get synaptic to provide the latest versions of anything?

View 6 Replies View Related

Debian :: 32 And 64 Bit Versions ?

Jan 6, 2010

I would like to install 64 bit linux. This will be on a new PC. Will 64 bit install on any PC or do I have to have a special 64 bit architecture?

View 3 Replies View Related

Debian :: How To Switch Between GCC Versions

Sep 8, 2010

How to switch between GCC versions?

View 6 Replies View Related

Debian Installation :: Several Versions Of Linux On One PC

Nov 11, 2014

Is it correct to assume that I can install many versions of Linux on a PC, provided for each Linux I set up a separate ext4 partition, and GRUB will let me select which OS to load? If so then:

1. I do not have to set up a separate SWAP partition for each Linux, do I? Will one SWAP serve all the OS?

2. If I wanted my /home directory to reside on a separate partition so that my data will not be lost if I reinstall Linux, do I have to create a separate /home partition for every Linux? Or they can share one?

View 9 Replies View Related

Debian Installation :: Transition To New Versions?

Mar 10, 2010

what is involved in upgrading from one major version of Debian to another. When your version is no longer supported, can you just get the DVDs for the current version and run the installer and it detects this is a previous version and only upgrades things as necessary?

View 7 Replies View Related

Debian :: Doubt About Apt-show-versions

Apr 25, 2011

I use Debian Squeeze.

Quote:

But if I go to [url] I'll find:

Quote:

So, why the message "newer than version in archive"?

View 1 Replies View Related

General :: ISO Of Older Versions Of Debian?

Jan 23, 2010

Do you know where I can get ISO's of older versions of debian. ver 2.2 ver 3 and 4

View 2 Replies View Related

Ubuntu :: Difference Between LTS Versions And Other Versions?

Jun 30, 2011

I'm not to clear on the difference between LTS versions and other versions, but think I may want to go with LTS. Can someone tell me if my thinking is correct given the following situation: I have some very cool, but very expensive software installed with a group license from my school, a school which I am not going to be attending for too much longer. So I want to go as long as possible without reinstalling Ubuntu, because once the product is licensed it will be licensed until I reinstall Ubuntu (or I uninstall the program). So I think this is going to require me keep the Ubuntu version I install as long as possible.

So in this case, should I go with 10.04LTS or should I just install Natty Narwhal and keep that as long as possible? It looks like 10.04LTS will be "supported" longer, but I'm not exactly clear on all that "supported" entails. Presumable it means security and software updates will be available for 10.04LTS for much longer than 11.x versions? So I'm thinking I should go with 10.04LTS

Is my thinking correct in going with 10.04LTS? Edit: It was pointed out that this would be against my contractual agreements. Which I suppose is probably true.

View 8 Replies View Related

Debian :: Updating Index In Apt-show-versions

Jul 8, 2011

When we use either apt-get or/and aptitude to update the index. Does anybody know where this index is kept ?The thing is when I remove an entry or two from /etc/apt/sources.list and run $ sudo aptitude update and then run apt-show-versions -a it still shows me packages whose paths I have deleted.

View 3 Replies View Related

Server :: Which Versions Prefer For CentOS And Debian?

Apr 20, 2011

I am running my web and game server on ubuntu 8.04 lts and am considering in reinstalling a new OS. I would like to try another different OS(most probably CentOS or Debian and I saw alot of good comments about them). I'm not sure what version I am going to install. I searched on websites of companies that rents dedicated servers and noticed that they mainly use Debian 4 or 5 and CentOS 5 or 4.7. I would like you to tell me which versions do you prefer for CentOS and Debian servers.

View 5 Replies View Related

Ubuntu Installation :: Multiple Version Of Same Package?

May 10, 2010

I have (after upgrading from 9.10 to 10.04) several packages who are installed with multiple versions.

e.g. Python

dpkg -l | grep python2
ii libpython2.6 2.6.5-1ubuntu6 Shared Python runtime library

[code]....

I guess I only need the newest one .. The other ones have status "RC" Or am I wrong here, and do I need to keep these old versions ?So how do I get rid off 2.4 and 2.5 and just keep version 2.6.How can I easily remove these "old" packages. I tried aptitude purge, aptitude clean, aptitude autoclean. But they don't do the trick.I am looking for an easy way, because python is only an example. Else I could just delete them be using their name.... (of course)

View 1 Replies View Related

Debian Multimedia :: Official Policy For Newer Versions Of KDE?

Feb 27, 2011

I just wanted to ask about official opinion or policy concerning newer versions of KDE. Is 4.6 still so buggy or unstable to be included in experimental? What steps are going to be made concerning KDE and what when? I don't like GNOME, KDE 3.5 is out of the game now in 6.0 and KDE 4.4 is IMHO all but mature and finished. So I am not sure what to do now, Kubuntu is buggy and don't like it but they have 4.6...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved