LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Suse 9.1: "apt-get install synaptic" problem (https://www.linuxquestions.org/questions/linux-newbie-8/suse-9-1-apt-get-install-synaptic-problem-182317/)

yautja666 05-17-2004 01:33 AM

Suse 9.1: "apt-get install synaptic" problem
 
Greetings to all...
This is my first post here, so very briefly I'll try to introduce myself. I think I've been using Suse 9.1 for nearly a week now (with little prior Linux experience) and it's been a bit of a struggle, but I'm slowly getting a grip on it. You will all find this amusing, but I was howling and whooping with joy the other night when I managed to finally install and run Xine to properly play commercial DVDs (thanks to the 'search' option in this forum)...man, that felt like a major step. I think windows has killed some brain cells over the years.

Anyway, onto the problem...
I've downloaded and installed an RPM of Apt and the "apt-get update" command seemed to work. My problem is this: trying to run "apt-get install synaptic" results in the following message:

---
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package synaptic
---

I'm assuming that Apt can't properly connect to whatever server Synaptic is supposed to come from. Any suggestions as to what I should be doing would be appreciated. I have tried the 'search' option for this issue, but I can't find a direct answer to my problem.

Thanks for your time,
Dave

TroelsSmit 05-17-2004 02:29 AM

You can search for the packages available to you with:

sudo apt-cache search string
which may be concatenated by a "| grep another string"

a "sudo apt-cache search synap" gives me the following:

synaptic - Gtk GUI-frontend for APT
synaptic-debtags - Gtk GUI-frontend for APT with debtags support

and my sources are /etc/apt/sources.list:

deb http://ftp.fi.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.fi.debian.org/debian/ testing main non-free contrib
deb http://ftp.fi.debian.org/debian/ testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://ftp.dk.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.dk.debian.org/debian/ testing main non-free contrib
deb http://security.debian.org/ stable/updates main contrib non-free

I could install synaptic with: "sudo apt-get install synaptic"

Best Regards,
Troels

ima 05-17-2004 05:22 AM

Hi.

1st, you should find synaptic under YaST.

Next, here's the command to install Synaptic through apt-get (Quote from the SuSE Apt-Get webpage):
Quote:

graphical frontend called Synaptic can be obtained from the apt component "suser-rbos". Synaptic is made available in the kde menu "System". Synaptic can be launched from a (ordinary) user login by executing in an xterm, konsole, etc:
sux -c /usr/sbin/synaptic
Synaptic can be executed from root as well. At first you must allow others to write on your X-display by executing the command "xhost +localhost" as ordinary user. As root set your DISPLAY variable (export DISPLAY=:0.0). Now execute /usr/sbin/synaptic.
I hope it helps!

bruno buys 05-17-2004 06:49 AM

Take a look at this:

http://linux01.gwdg.de/apt4rpm

detpenguin 05-18-2004 10:46 AM

you need to edit your /etc/apt/sources list and include the components list you find at http://linux01.gwdg.de/apt4rpm, under "the advanced package tool configuration" section.
then run apt-get update again and it will build a new components directory which will include synaptic.


All times are GMT -5. The time now is 03:43 PM.