On Monday 14 July 2008, G. A. Gallup wrote:
> Greeting All,
> * * I recently switched to KUBUNTU from FCn and have been quite *
> pleased with the new system. *One thing I miss, however, is the yum *
> 'list' feature to produce a searchable file of package names for *
> installation or up-date. *Is there an equivalent for this in KUBUNTU? *
> I have found the adept-installer search feature too primitive to be *
> useful.
> GAG
The Adept Package Manager doesn't suit you??
Gee, I came from the SuSE world and I find adept much better (and one heckava
lot faster) than Yum.
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 01:42 PM
Donn
Yum-like package list?
> 'list' feature to produce a searchable file of package names for
aptitude search blah
or
aptitude search ~d"text in descriptions"
(which is the weirdest cli param I have ever seen!)
or
apt-cache search blah | grep -i something
hth
d
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 01:48 PM
B
Yum-like package list?
Hi,
I'm new to Linux. And am using Kubuntu. I've been using the Synaptic Package Manager instead of Adept. I found Synaptic easier.
But, now that this email is about Yum and Adept I'd like to confirm that using Synaptic in Kubuntu is OK. Or am I suppose to use Adept with Kubuntu?
And while on the subject of package managers; if I've been using Synaptic for a few months could I try Adept or will switching package managers mess up the system?
Thank you.
Brian
--- On Mon, 7/14/08, Bruce Marshall <bmarsh@bmarsh.com> wrote:
> From: Bruce Marshall <bmarsh@bmarsh.com>
> Subject: Re: Yum-like package list?
> To: kubuntu-users@lists.ubuntu.com
> Date: Monday, July 14, 2008, 9:37 AM
> On Monday 14 July 2008, G. A. Gallup wrote:
> > Greeting All,
> > * * I recently switched to KUBUNTU from FCn and have
> been quite *
> > pleased with the new system. *One thing I miss,
> however, is the yum *
> > 'list' feature to produce a searchable file of
> package names for *
> > installation or up-date. *Is there an equivalent for
> this in KUBUNTU? *
> > I have found the adept-installer search feature too
> primitive to be *
> > useful.
> > GAG
>
> The Adept Package Manager doesn't suit you??
>
> Gee, I came from the SuSE world and I find adept much
> better (and one heckava
> lot faster) than Yum.
>
> --
> kubuntu-users mailing list
> kubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 01:56 PM
Bruce Marshall
Yum-like package list?
On Monday 14 July 2008, B wrote:
> Hi,
>
> I'm new to Linux. *And am using Kubuntu. I've been using the Synaptic
> Package Manager instead of Adept. *I found Synaptic easier. *
>
> But, now that this email is about Yum and Adept I'd like to confirm that
> using Synaptic in Kubuntu is OK. *Or am I suppose to use Adept with
> Kubuntu?
>
> And while on the subject of package managers; if I've been using Synaptic
> for a few months could I try Adept or will switching package managers mess
> up the system?
>
> Thank you.
>
> Brian
You can use any of the pkg managers without messing things.
Adept
Synaptic
Aptitude
Apt-get
Dpkg
and there's probably more.
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 02:00 PM
"Phil Bieber"
Yum-like package list?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, Jul 14, 2008 at 15:48, B wrote:
> Hi,
>
> I'm new to Linux. And am using Kubuntu. I've been using the Synaptic Package Manager instead of Adept. I found Synaptic easier.
>
> But, now that this email is about Yum and Adept I'd like to confirm that using Synaptic in Kubuntu is OK. Or am I suppose to use Adept with Kubuntu?
>
> And while on the subject of package managers; if I've been using Synaptic for a few months could I try Adept or will switching package managers mess up the system?
>
> Thank you.
>
> Brian
Hi Brian!
You can use either!
Synaptic and Adept are just graphical frontends and both invoke the
same programs in the background, namely apt or aptitude. So it doesn't
matter if you switch between package managers, you can even use them
both at the same time!
Cheers!
Phil Bieber
- --
Warnings from the manual for Layer Express v2 (an AutoCAD extension):
Written on Page 12 (Blank page separating Ch. 1 & 2):
To reduce the risk of shock,
Do not remove the cover of this book.
No serviceable components inside.
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 02:22 PM
"G. A. Gallup"
Yum-like package list?
Yes, this works if you know 'blah'. However, my initial install
(x86-64) would not run dynamically linked 32-bit apps. Is there any
way to know the package name to install is 'ia32-libs'? Google
finally told, but I couldn't figure out how to make the KUNBUNTU
system tell me this.
GAG
Quoting Donn <donn.ingle@gmail.com>:
>> 'list' feature to produce a searchable file of package names for
> aptitude search blah
> or
> aptitude search ~d"text in descriptions"
> (which is the weirdest cli param I have ever seen!)
>
> or
> apt-cache search blah | grep -i something
>
> hth
> d
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 02:26 PM
"G. A. Gallup"
Yum-like package list?
Synaptic was recommended to me, but it won't run without the gtk
libraries. My initial install (x86-64) didn't have them. What is the
scheme for finding out the package name here.
GAG
Quoting B <tptagth@yahoo.com>:
> Hi,
>
> I'm new to Linux. And am using Kubuntu. I've been using the
> Synaptic Package Manager instead of Adept. I found Synaptic easier.
>
> But, now that this email is about Yum and Adept I'd like to confirm
> that using Synaptic in Kubuntu is OK. Or am I suppose to use Adept
> with Kubuntu?
>
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 02:54 PM
Billie Walsh
Yum-like package list?
On 07/14/2008 G. A. Gallup wrote:
> I have found the adept-installer search feature too primitive to be
> useful.
> GAG
I came from OpenSuSE. I find Adept to be at least as good or better than
Yast/Yum. I have no problem finding the package I'm looking for. Of
course the package has to be in the repositories that you are using.
Any search depends on the users input to find something. Ask the wrong
question and you get the wrong answer. It might be the right answer for
the question, but not what your looking for.
--
Life is what happens while your busy making other plans.
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 03:22 PM
Art Alexion
Yum-like package list?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Monday 14 July 2008 10:00:01 am Phil Bieber wrote:
> You can use either!
> Synaptic and Adept are just graphical frontends and both invoke the
> same programs in the background, namely apt or aptitude. So it doesn't
> matter if you switch between package managers, you can even use them
> both at the same time!
1. Do synaptic & adept use apt-get or aptitude?
2. Its best not to mix aptitude and apt-get because aptitude has some package
tracking functionality that apt-get does not. As a result, it does a better
job of tracking dependencies that are installed with packages and removing
them if you remove that package, and no other depends on them. If you mix
the two, you may miss some of the benefits of aptitude.
3. You can run aptitude in the ncurses/pseudo-gui mode, or as a straight cli
mode. With the latter, aptitude is compatible with the apt-get commands.
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
07-14-2008, 03:28 PM
Art Alexion
Yum-like package list?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Monday 14 July 2008 10:26:42 am G. A. Gallup wrote:
> Synaptic was recommended to me, but it won't run without the gtk *
> libraries. *My initial install (x86-64) didn't have them. *What is the *
> scheme for finding out the package name here.
the package name is 'synaptic'.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)