Posted on Mar 11, 2017
Linux users, what is the best way to get a list of installed applications?
528
5
7
0
0
0
Posted 8 y ago
Responses: 2
I found this site, and it is quite handy. https://www.maketecheasier.com/8-ways-to-maintain-a-clean-lean-ubuntu-machine/. Check it out and see if it answers your ?, yeah? Specifically [sudo apt-get install debfoster] This is Ubuntu, of course.
8 Ways to Maintain a Clean, Lean Ubuntu Machine - Make Tech Easier
Once in a while, you may want to do some maintenance on your Ubuntu machine and clean up unnecessary files that are chunking up large storage space in your hard disk. Here are 8 ways that you can use to clean up your Ubuntu: 1) Analyze your disk usage The first thing that you need …
(1)
(0)
SGT (Join to see)
I think I'm going to play with all of these today. Thanks. Have you ever checked out any of the other Linux and Open Source threads? I see you're new and an open source user. I never touched Scribus but I blog - http://golivelively.com/tag/linux/
Hey, PO2 (Anonymous) and SSgt Mark Lines , check out this MakeTechEasier link.
Hey, PO2 (Anonymous) and SSgt Mark Lines , check out this MakeTechEasier link.
It’s always good to know what you need to back up before wiping a hard drive, whether you’re upgrading to a newer version of a distro (generally safer) ordistro hopping (which I have 5 good reasons for doing a lot of). Here’s a cheat sheet to help ensure you don’t forget anything. 0. Entire Home…
(1)
(0)
SPC Thom Ryan
Thanks for the link. Checked it out and bookmarked it. That's the thing about us FOSS folks, we have a nasty habit of exploration that Windows and Apple user seem to not have. Nothing against them, but proprietary OSs & Software tend to give very little in the ways of transparency & user freedom. That's why I love & almost exclusively use FOSS. Also, if you're going to explore Scribus, then I invite you to check out Inkccape as well. It's the FOSS version of Illustrator [Vector-graphics, etc.]
(1)
(0)
I have always typed the following in the terminal: dpkg -l
Then again, I have been using Ubuntu based Linux for a while now.
Then again, I have been using Ubuntu based Linux for a while now.
(0)
(0)
SGT (Join to see)
See, the problem with
dpkg -l
or even
dpkg -l | grep all | less
is that there's so much noise.
I only want to see installed apps that I use manually, not packages that enable the entire user interface - xfce-*, python, etc.
dpkg -l
or even
dpkg -l | grep all | less
is that there's so much noise.
I only want to see installed apps that I use manually, not packages that enable the entire user interface - xfce-*, python, etc.
(0)
(0)
SSgt Mark Lines
SGT (Join to see) I see. Wouldn't you get that from your repo's "software center?" Or are you looking for a more accurate/ geeky solution?
(0)
(0)
SGT (Join to see)
SSgt Mark Lines - More accurate/geeky solution that spans multiple distros. MX-60 package manager isn't that sleek.
No worries. Thanks for suggestion anyway. I'll jump on StackExchange again later.
No worries. Thanks for suggestion anyway. I'll jump on StackExchange again later.
(0)
(0)
Read This Next