Topic: Now with latest #! but my old repos aren't working

I used a bunch of repos such as

deb ftp://ftp.debian-multimedia.org squeeze main non-free
deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free

but now even though they appear successfully added, the progs don't show up in the search.

Any ideas? thanks

Re: Now with latest #! but my old repos aren't working

sudo apt-get update


vll ! wink

Some common cbiz abbreviations. This will save me time and yet @ same time tell folks what the babble is supposed to mean.

Vll ! = ( Viva la gnu/Linux !)    Vl#!! = ( Viva la #! !)    Last but not least, UD ... OD ! = ( Use Debian ... or die !) tongue

Re: Now with latest #! but my old repos aren't working

There is a fault, if you are on Unstable then you should change Debian Multimedia also to Unstable, like this:

deb http://www.debian-multimedia.org unstable main non-free

Could you post anyway your full sources.list here.

Re: Now with latest #! but my old repos aren't working

## CRUNCHBANG
## Compatible with Debian Squeeze, but use at your own risk.
#deb http://packages.crunchbang.org/statler statler main
#deb-src http://packages.crunchbang.org/statler statler main

## CRUNCHBANG MULTIMEDIA
## Debian Multimedia Mirror
#deb http://packages.crunchbang.org/statler-mm squeeze main non-free
#deb-src http://packages.crunchbang.org/statler-mm squeeze main non-free

## CRUNCHBANG MOZILLA
## Debian Mozilla Mirror
deb http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release
#deb-src http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release

## DEBIAN
deb http://ftp.debian.org/debian/ sid main contrib non-free
#deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free

## DEBIAN SECURITY
deb http://security.debian.org/ squeeze/updates main
#deb-src http://security.debian.org/ squeeze/updates main

## DEBIAN BACKPORTS
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
#deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

deb ftp://ftp.debian-multimedia.org sid main non-free
deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free

Re: Now with latest #! but my old repos aren't working

Ok, you have quite mixed some things, edit your sources.list and remove:

## DEBIAN SECURITY
deb http://security.debian.org/ squeeze/updates main
#deb-src http://security.debian.org/ squeeze/updates main

## DEBIAN BACKPORTS
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
#deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free

Then:

apt-get update
apt-get dist-upgrade

Edit: And to not come into dependency problems, I would also remove the Iceweasel backports from Crunchbang as the newest Iceweasel is already in Unstable.

Last edited by ivanovnegro (2012-02-03 10:19:28)

Re: Now with latest #! but my old repos aren't working

OK thanks, I am about to begin the upgrade. Can you explain how updating all those packages will suddenly make visible the programs which I should have been able to see in the first place?

Last edited by ruizlinux (2012-02-03 10:54:59)

Re: Now with latest #! but my old repos aren't working

Sorry, I do not understand your question.

Re: Now with latest #! but my old repos aren't working

OK that messed up my internet so I've reinstalled #!

I should have been clearer at the start. All I want to do is install programs such as audacious and subtitle-editor. Before, with the older version of #!, I could just add the repos mentioned in the OP and the programs would appear in synaptic. Not so with the new #!

Re: Now with latest #! but my old repos aren't working

ruizlinux wrote:

OK thanks, I am about to begin the upgrade. Can you explain how updating all those packages will suddenly make visible the programs which I should have been able to see in the first place?

Updating (apt-get update) means: updating the list of packages. So it's not the packages that are being updated, but just the list.

To upgrade the packages, you have to run  apt-get upgrade

So the changes made to /etc/apt/sources.list are only visible after you run sudo apt-get update


Does this answer your question?

Re: Now with latest #! but my old repos aren't working

Reinstalled, OMG!

Why did you upgrade then to Unstable in first place? With your previous sources.list, it was a hybrid, you could screw up your system.

You have still to decide what branch of Debian you want to use. The real CrunchBang is based on Stable, if you go outside, you are not using anymore the official Statler release.

Re: Now with latest #! but my old repos aren't working

Tunafish wrote:

Does this answer your question?

I've failed at communicating in this thread. What is the quickest/easiest way to install audacious from a vanilla #! install?

Re: Now with latest #! but my old repos aren't working

^

apt-get install audacious

But if your system is not up-to-date, then firstly:

apt-get update
apt-get upgrade

and on Testing/Unstable:

apt-get update
apt-get dist-upgrade

Re: Now with latest #! but my old repos aren't working

Before, on the older #!, I didn't have to do any apt-get update.

Just added a couple repos and could install audacious.

I'll try going to testing this time, maybe that works.

Re: Now with latest #! but my old repos aren't working

I really do not understand your issue.

Testing won't solve it, if you do not know how your OS is working.

You do not have to use the command line, there is also Synaptic but you have to stay up-to-date with your system, and there comes apt-get update in the game. You can do that also with applying all new updates from Synaptic or even install the update manager or whatever is its name.

And on Testing/Unstable systems I really advise you to use that apt-get update.

Re: Now with latest #! but my old repos aren't working

OK, I'm going to stay with Stable for now.

I did apt-get update and then upgrade.

Audacious isn't appearing in Synaptic, do I have to add a repo?

Re: Now with latest #! but my old repos aren't working

No extra repo is needed, Audacious is in the repos already.

What says:

apt-cache policy audacious

Re: Now with latest #! but my old repos aren't working

audacious:
  Installed: (none)
  Candidate: 2.4.4-1~bpo60+1
  Version table:
     2.4.4-1~bpo60+1 0
        100 http://backports.debian.org/debian-backports/ squeeze-backports/main amd64 Packages
     2.3-2 0
        100 http://ftp.debian.org/debian/ squeeze/main amd64 Packages

Re: Now with latest #! but my old repos aren't working

So, it is definitely there, I do not know why you cannot see it from Synaptic.

Did you try at least the easy and fast non-GUI way:

apt-get install audacious

Post here any error messages.

Re: Now with latest #! but my old repos aren't working

ivanovnegro wrote:

So, it is definitely there, I do not know why you cannot see it from Synaptic.

Did you try at least the easy and fast non-GUI way:

apt-get install audacious

Post here any error messages.


Installs fine this way. Now installing deluge without any problem.

I wonder why these packages doesn't exist within Synaptic

Re: Now with latest #! but my old repos aren't working

That is really interesting.

Re: Now with latest #! but my old repos aren't working

ruizlinux wrote:

Installs fine this way. Now installing deluge without any problem.

I wonder why these packages doesn't exist within Synaptic

Update the package cache in Synaptic. There's a button for that.

Re: Now with latest #! but my old repos aren't working

el_koraco wrote:
ruizlinux wrote:

Installs fine this way. Now installing deluge without any problem.

I wonder why these packages doesn't exist within Synaptic

Update the package cache in Synaptic. There's a button for that.

And/or if this doesn't help, use the search icon next to the text field to do your searching. The same thing has happened to me while using synaptic for the first time in freshly installed #!. After first reboot this behaviour has not been repeated... so problem solved.

A secure alternative to Dropbox with complete privacy = SpiderOak. Join it using this link https://spideroak.com/download/referral … 5eb87925eb and get a total of 3 GB to start with.

Re: Now with latest #! but my old repos aren't working

Damn, I am so blind, of course there is this refresh button.

Re: Now with latest #! but my old repos aren't working

It looked like you had certain things commented out in your sources.list that you needed active. An apt-get update should update packages in Synaptic without requiring you to hit the refresh button afterwards, as long as your sources.list was saved the way you wanted it before using apt-get update. It sounds like you're okay with staying in stable, so I'd make sure your sources.list looks like this:

    ## CRUNCHBANG
    ## Compatible with Debian Squeeze, but use at your own risk.
    deb http://packages.crunchbang.org/statler statler main
    #deb-src http://packages.crunchbang.org/statler statler main

    ## CRUNCHBANG MULTIMEDIA
    ## Debian Multimedia Mirror
    deb http://packages.crunchbang.org/statler-mm squeeze main non-free
    #deb-src http://packages.crunchbang.org/statler-mm squeeze main non-free

    ## CRUNCHBANG MOZILLA
    ## Debian Mozilla Mirror
    deb http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release
    #deb-src http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release

    ## DEBIAN
    deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
    #deb-src http://ftp.uk.debian.org/debian/ squeeze main contrib non-free

    ## DEBIAN SECURITY
    deb http://security.debian.org/ squeeze/updates main
    #deb-src http://security.debian.org/ squeeze/updates main

    ## DEBIAN BACKPORTS
    deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
    #deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

The multimedia repos gives you access to more subtitle editors (e.g. Aegisub) and probably a newer version of Audacity as well. Just make sure you stick with Squeeze. Using Synaptic with Sid/Unstable can give you problems.

Last edited by Jabroneous (2012-02-04 17:41:39)

Re: Now with latest #! but my old repos aren't working

Stanie wrote:

And/or if this doesn't help, use the search icon next to the text field to do your searching.


This worked. First time in 3 years of using Synaptic that I can't just type and hit enter. Amazing.