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
#7
(09-21-2022, 10:22 AM)Artim link Wrote: Some of us non-newbies prefer PPAs to snaps or even Flatpaks. Perhaps in future releases, a few PPAs (like ubuntuzilla) could be included and enabled so users can get Firefox, Seamonkey, etc from Synaptic would be cool.

Hi! Smile

Various people, use various apps. Including certain PPAs over others, would lead to an endless debate.
I use the following code to add my PPAs:

Code:
#!/bin/bash
#
# Adding Tony George's repo for UKUU, TimeShift, Aptik Migration Tool, battery, Conky Manager, etc.:
echo "Adding Tony George.s repo for UKUU, TimeShift, Aptik Migration Tool, battery, etc...."
sudo add-apt-repository ppa:teejee2008/ppa -y
echo "Done!"
echo "============================================================"

# Adding repo for Martin Baert's SimpleScreenRecorder:
echo "Adding repo for Martin Baert.s SimpleScreenRecorder..."
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder -y
echo "Done!"
echo "============================================================"
# Adding repo for OpenShot 1.4.3 and OpenShot 2.x.
echo "Adding repo for OpenShot 1.4.3..."
sudo add-apt-repository ppa:openshot.developers/ppa -y
echo "Adding repo for OpenShot 2.x..."
sudo add-apt-repository ppa:openshot.developers/libopenshot-daily -y
echo "============================================================"
echo "              Updating Repository Information..."
echo "============================================================"
echo ""
sudo apt-get update
echo ""
echo "Done!"
echo "============================================================"
sudo apt install {list of apps, space separated}
echo "Done!"
echo "============================================================"

This way, you can speed up the adding of the PPAs, using the CLI. I used Synaptic before, but it takes too long.
Now, assuming that you saved the script as "AddPPAs.sh" in /home/yourhomename, you go to terminal and launch the following (this is a sample!):
Remember to change the file attributes to "executable" (775) before invoking the command.

Code:
sudo /home/yourhomename/AddPPAs.sh

It will take somewhere around one minute or so.

I wrote this script because it annoyed me to do this line by line on CLI and then install custom apps manually with Synaptic. So I tested the script to do all in one single CLI command line. The full script, installs about 80 apps of my choice so, it saves me from a lot of stress. Wink

So, if you want to change it accordingly, do so and test it. I use it mostly on fresh installs (like when LL 6.0 was released).

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 Şerban S. - 09-21-2022, 11:27 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)