LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-15-2015, 04:28 PM   #16
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542

And the standard non-LTS versions of Ubuntu are based on Debian Unstable...
 
Old 12-15-2015, 04:40 PM   #17
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by sgosnell View Post
And the standard non-LTS versions of Ubuntu are based on Debian Unstable...
My wording was inaccurate. What I was referring to with "Debian - unstable based distro" were distros that have their apt sources.list point at the Debian unstable repos. Clearly those need a more careful look when upgrading than Ubuntu does.
 
Old 12-15-2015, 08:19 PM   #18
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
I'm not sure that's the case. Ubuntu was pretty unstable when I used it, but I've long since abandoned it, so maybe it's better now. I would never rely on it, though. I run Sid on my desktop and have had no issues. Sid did break once a couple of years ago, but it was fixed in a couple of days. Testing, OTOH, breaks badly more often. But clearly if you're running a system where reliability is essential, you should not be running Unstable or Testing. Debian Stable is where I go for those.
 
Old 12-16-2015, 02:48 AM   #19
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by sgosnell View Post
I'm not sure that's the case. Ubuntu was pretty unstable when I used it, but I've long since abandoned it, so maybe it's better now. I would never rely on it, though. I run Sid on my desktop and have had no issues. Sid did break once a couple of years ago, but it was fixed in a couple of days. Testing, OTOH, breaks badly more often. But clearly if you're running a system where reliability is essential, you should not be running Unstable or Testing. Debian Stable is where I go for those.
I'm running Mint (which points to Ubuntu repos) on all computers of my family. It updated flawlessly for years now.
 
Old 12-16-2015, 05:03 PM   #20
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,771

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by NGIB View Post
My lightweight Buntu system has 1438 packages installed, many are just part of the base system. If you want total control, about all you can do is install a basic (no-x) net install system and add each package you want individually...
Agreed ...
Given the Linux/*nix tendency to use cute or cryptic names for software, for example alacarte, crdskin, freepats, grads, ... one needs some way to ask [highlight]What is {packagename} and why would I want to use it?]/highlight] for packages that they have not yet installed.

Let me ask my question in a different way. Is there some way to query the repositories or the internet about the details of a known {packagename} for packages that are not installed on the current workstation?
 
Old 12-16-2015, 05:16 PM   #21
NGIB
Member
 
Registered: Sep 2013
Location: Sumter SC, USA
Distribution: MX, Lubuntu
Posts: 449

Rep: Reputation: Disabled
Google is your friend, seriously. Type in a package name and read what comes up. BTW, alacarte is a menu editor that works very well with XFCE...
 
Old 12-16-2015, 05:18 PM   #22
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,771

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by joe_2000 View Post
I'm running Mint (which points to Ubuntu repos) on all computers of my family. It updated flawlessly for years now.
I, too, have run Mint-something for many years with precious few update troubles. When they happen, it is usually a broken dependency surrounding changes in the libraries and other subordinate internal parts of the failing package. Typically, these are repaired quickly.

~~~ 0;-Dan
 
Old 12-17-2015, 03:48 PM   #23
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
To query the repositories for packages not installed, use apt-cache search in a terminal, as in
Code:
apt-cache search packagename
That gives you very basic information about the package, installed or not.
Code:
apt-cache policy packagename
will tell you whether the package is installed, and if not, whether it's installable.
 
1 members found this post helpful.
Old 12-17-2015, 08:05 PM   #24
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
You could simulate an update to see if there might be problems, with:

Quote:
apt-get -s upgrade
It seems curlish to complain about lack info on packages/upgrades when other os's give you nothing by way of info.

fred.
 
Old 12-20-2015, 06:52 PM   #25
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,771

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Friends and colleagues, thanks to all who took the time to reply.
It seems that the following meets my original requirement:
Code:
prompt$  apt-cache show {packagename}
Joyeux Nol,
~~~ *<;-} Dan
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I broke my package manager / broken package blocks installs [Debian Wheezy] arthoc Linux - Software 4 06-20-2014 03:57 AM
Building package from source isn't replacing default package (Ubuntu) ajck Linux - Software 2 06-27-2013 12:38 AM
[SOLVED] Synaptic package manager won't open due to faulty package nine9nine Linux - Software 7 09-15-2011 07:30 PM
LXer: Pretending a Package is Installed by Creating an Empty Package with Checkinstal LXer Syndicated Linux News 0 05-03-2009 03:10 PM
message "Problem during installation: x package needed for (installed) x package frayed2 Linux - Newbie 1 04-24-2005 07:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration