Debian :: Doubt About Apt-show-versions
Apr 25, 2011I use Debian Squeeze.
Quote:
But if I go to [url] I'll find:
Quote:
So, why the message "newer than version in archive"?
I use Debian Squeeze.
Quote:
But if I go to [url] I'll find:
Quote:
So, why the message "newer than version in archive"?
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 RelatedI just installed openSuse 11.2. I added extra repo's like packman and Mozilla. I gave them priority level 80. The normal openSuse repo's have priority level 99.Still, Yast does not show newer versions from Packman or Mozilla.Yast completely ignores the prioritylevels of the repo's.The only time Yast shows packages from other repo's, is when they are not in the default repo's, like XMMS,w32codec-all, etc.So the repo's are added in the right way,but something strange happens in software management.
When I search for firefox, it shows the old version 3.5.6-1.1.1.When I click on the tab versions, I see that version 3.6.0-1.2 is there from openSuse buildservice.Why is Yast not showing the higher version (available) in the mainscreen?When I select it manually, Yast complains about dependancies because it is not aware of newer versions of mozilla xulrunner.
So when i boot up into grub why dose it show 2 versions of ubuntu something like this
Ubuntu, with linux 2.6.32-22- generic
Ubuntu, with linux 2.6.32-22- recovery
ubuntu, with linux 2.6.32-21- generic
ubuntu, with linux 2.6.32-21- recovery
I saw this new HP laptop at our hostel that has this wonderful splashtop that shows as soon as the power button is pressed(unlike sony which requires you to press a button for booting up the splashtop).this screen has options for internet skype music etc and a boot into windows options.how could i possibly install ubuntu in this...... will grub replace this splashtop........
View 2 Replies View RelatedI have a doubt regarding the 389 Server Client Architecture. Say, I have 389 Server working and I have few Linux Clients. Now you say that if 389 client is configured it will login through credentials which is configured in Server. So what about the local Users on that Client.How will normal users in the Client login?
View 1 Replies View RelatedIs "make modules" step needed to install a new kernel ? I want to install the general setup configuration. I don't want to add any modules of my own.
View 4 Replies View RelatedI 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 RelatedI am on my way to coustomize grub2 n believe me i am trying very hard.....I found out about writing our own scriptslike
cat<<EOF
menuentry "Reboot"
{
[code]....
How do i find out if a particular item is a file or a folder through the terminal ls -la gives 'd' before the permissions for every folder and '-' before every fileLike i want to write a script that backup data if it is a folder and deletes if it is a file
View 2 Replies View RelatedI'm getting some information about C language and this session of a C book (follow the above link) is using a bad example for me. When I'm trying this example of function returning a pointer, my compiler is stating a warning that I return a pointer to a local variable. I realized that it is error prone after all this variable may be override before the function has done his execution. And the author is fooling me saying that this example is "perfectly safe". I'm wrong? There is something that I don't got yet? Sorry but this site is preventing me to post the link of book cause I'm a newbie, so a need the hack it. Just strip out the question signs:
{LINK}
?w?w?w
?cs.cf.ac.uk?
[code]....
Below is the shell script that I am writing to beep an alert but listen to nothing.
Code:
#!/bin/bash
echo Listen to the alert!
echo -e "a"
echo listened ?
I'm studing and making my first real life program in C++. I've got a doubt related with including a string type into a struct when I'm managing memory allocationdynamically.Bellow I copy the test program I did which works ok. But if I try to use string type instead of "const char *" into the struct I receive a "segment violation" error when I run the program. No error messages when compilling it.Does anybody knows if I'm doing something wrong?
#include <iostream>
using namespace std;
struct Datos {
[code]...
How to switch between GCC versions?
View 6 Replies View RelatedI was learning to write a make file, I could understand most part of it of course with few exception I dint understand what does the below commands make(red font). I would like to understand what those syntax represent rather than mugging up without knowing what it means.
$(OBJECTS) :%.o :%.c
$(CC) -c $(CFLAGS) $(INCLUDES) $< -o $@
clean:
rm -f *.o $(TARGET) core
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.
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?
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 RelatedI 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
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 RelatedI'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.
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 RelatedI 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 RelatedAs I mentioned on another thread, I have 2 Ubuntus - Jaunty and Meerkat - as separate drives on my secondary IDE channel. I am removing Jaunty. Meerkat blows it away. And is certainly my preferred OS. However I am looking for a replacement for Jaunty that is more flexible in certain key areas than Ubuntu appears to be.I dont want to be restricted to Debian versions of things like Perl, MySQL, PHP and others. I can run LAMPP, but I would prefer to compile and have the versions of my choice as part of a main test system (apart from Meerkat that is).
I have had enough nightmares in Jaunty with things getting broken and spiralling out of control. I want a distro that doesnt rely on the GUI and its attendant utilities, but can run them when called. Meerkat is stable and has resisted me breaking it so far, but I do not want to push my luck. I have too much time invested in it. I intend to use Meerkat as my primary system on the machine, but want an alternative to *PLAY* with.
I'm doing a fully automated install of Etch, installing the standard system task. I'm using PXE boot with a preseed file.
I do this a lot, and I've not had problems before. This morning, it's stuck at 5% on "Select and install software" saying "Please wait...". The log on console #4 says:
WARNING: untrusted versions of the following packages will be installed!
[snip]
Do you want to ignore this warning and proceed anyway?
I installed a system yesterday without any problems, so I wonder if there's a recent problem with the mirrors I'm using. My /target/etc/apt/sources.list contains:
deb [url]
deb [url]
So it looks like either the UK mirror or security.debian.org.
After some updates Jessie 8 my boot grub shows now 2 kernel versions to boot from.
3.16.0-4-amd64
3.16-3-amd64
- How do I know which one is the newest and if happy with it, how to remove the older one?
I know how to solve this problem: "You have to enable Appearances->Interface->Show icons in menu." from: [url]
My problem, however, is that on the current version of GNOME that I am running in Squeeze, when I click on "Appearances", there is no "Interface" tab! What do I do about this? Certain icons are missing because of this.
I know this is normal behaviour but I'd like to know why. When I type the users command in the terminal I'm shown twice.
View 5 Replies View RelatedI was running today's udpate and saw this :-
[code]...
when I run some video it did not show me image. I can only listen sound. When I was looking on google I found out that my problem could solve by using "X11 video", but it does not help me. Here is my error statement:
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
[0x95a98fc] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb700a0d4, 0xb700a048)
[Code]...