Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A few thoughts on 6.0
#9
(09-22-2022, 12:01 PM)Artim link Wrote: LOL it does probably take too long in Synaptic if you're used to the terminal anyway.

"Used to"?! I nearly hate it! That's why I wrote the above script! Do it once, use it many! Big Grin Big Grin Big Grin

(09-22-2022, 12:01 PM)Artim link Wrote: But Linux Lite is for people who are either not accustomed to the terminal or people like me who are scared to death of the dreaded ▄︻デȶɛʀʍɨռǟʟ═══━一.

I love that! Big Grin
Being "accustomed" with the terminal NOW? Assuming that I was a network manager, OK, I give you that. But I'm a "home user". I never bothered even to test drive a home network!
...Well, I did it once, long time ago, when I bought Win 200 Pro. And this was that!
So, why bother now?
Theoretically, many things are available now, under (any) Linux. Still... Jerry says:
"If it works, why change?"
And I agree with that! (Am I a dinosaur? Maybe...)

(09-22-2022, 12:01 PM)Artim link Wrote: I just "know" that mistyping a single character in a command can ignite the atmosphere and destroy all life on Earth. It's one of the reasons I use Linux Lite!

That's the main reason why I avoid it! There is a workaround though: an ASCII (.txt) file. Then Copy/Paste into terminal. But still... Sad

(09-22-2022, 12:01 PM)Artim link Wrote: It's funny, now. I didn't like it when Linux Lite shipped with added PPAs and I said so in this forum. Now here I am eating those words, recommending pre-installed PPAs for some apps. Mainly because I'm one of those anti-Google guys that despises Google Chrome and other Google features that I consider "spyware."

Well, you can change the script above, something like that:

Code:
echo "============================================================"
echo "Remove the ugly Chrome!"
echo "============================================================"
sudo apt remove google-chrome-stable
echo "============================================================"
echo "Ugly removed!"
echo "============================================================"

You can place the snippet at the beginning of the file, below the lines

Code:
#!/bin/bash
#

Something like this:

Code:
#!/bin/bash
#
echo "============================================================"
echo "Remove the ugly Chrome!"
echo "============================================================"
sudo apt remove google-chrome-stable -y
echo "============================================================"
echo "Ugly removed!"
echo "============================================================"

Then, add the PPAs like shown above. And that's it! You're up and running.
Given the fact that you'll use the script only when performing a clean install (about two years frequency...), I guess it goes nice!

Best regards! Smile
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
Reply


Messages In This Thread
A few thoughts on 6.0 - by trinidad - 06-14-2022, 01:37 PM
Re: A few thoughts on 6.0 - by Mountain Giant - 06-15-2022, 07:45 AM
Re: A few thoughts on 6.0 - by Moltke - 06-15-2022, 09:34 PM
Re: A few thoughts on 6.0 - by Şerban S. - 09-21-2022, 09:17 AM
Re: A few thoughts on 6.0 - by Artim - 09-21-2022, 10:22 AM
Re: A few thoughts on 6.0 - by Artim - 09-22-2022, 12:01 PM
Re: A few thoughts on 6.0 - by Şerban S. - 09-22-2022, 12:42 PM
Re: A few thoughts on 6.0 - by Valtam - 06-15-2022, 06:46 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)