Linux Lite Forums
Installing a PPA from the terminal - need help - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18)
+--- Thread: Installing a PPA from the terminal - need help (/showthread.php?tid=2719)



Installing a PPA from the terminal - need help - LinuxNoob - 02-23-2016

I rarely add ppa's but every time I try it seems to not work. so



[Image: Screenshot%20-%2002232016%20-%20064630%2...crpsrz.png]

With this in front of you how would I apply that in the terminal. Maybe if I see how it's done it will help me in later attempts with other ppa's. Maybe it's not me maybe

Thanks


Re: Installing a PPA from the terminal - need help - Valtam - 02-24-2016

The Help Manual covers adding PPA's.


Re: Installing a PPA from the terminal - need help - torreydale - 02-24-2016

I wonder what it says if you click on that "Read about installing" link.  Nevertheless, it looks like you can install it by copying and pasting the following lines into a terminal one by one.

Code:
sudo apt-add-repository ppa:lzh9102/qwinff
sudo apt-get update
sudo apt-get install qwinff



Re: Installing a PPA from the terminal - need help - LinuxNoob - 02-24-2016

I was doing this
Code:
sudo add-apt-repository ppa:http://ppa.launchpad.net/lzh9102/qwinff/ubuntu

I think by adding all the technical details in blue messes everyone up. I remember long ago there is a rule that programers have to follow and that is to bend backwards in creating systems to make it more user friendly/easier to understand atleast.

That page is very confusing for someone who just needs a dam example to follow. /rant

I will look at the help section closer Jerry, oh torrydale I see what I'm doing wrong now.

I try to figure stuff out before I post here. I remember trying while back for something else and gave up, I was determined to figure it out this time.

Thanks

update: Tried to install this and it would not let me. saying something about unmet dependencies. So I removed the PPA and QwinFF will not be installed


Re: Installing a PPA from the terminal - need help - WestX64 - 02-25-2016

(02-24-2016, 01:38 AM)LinuxNoob link Wrote:I was doing this
Code:
sudo add-apt-repository ppa:http://ppa.launchpad.net/lzh9102/qwinff/ubuntu

I think by adding all the technical details in blue messes everyone up. I remember long ago there is a rule that programers have to follow and that is to bend backwards in creating systems to make it more user friendly/easier to understand atleast.

That page is very confusing for someone who just needs a dam example to follow. /rant

I agree with you, when I first started using Linux I found adding PPAs to be rather confusing and I did exactly what you were doing above (even after clicking the "Read about installing" link).  I had to watch a YouTube video to figure it out properly and understand it.  I guess I needed a dam example to follow to get it right too.  Stuff like this can get rather confusing to former / long time Windows users who are used to just double clicking on a thing and that's it.  In any case, PPAs do have their advantages and after figuring them out and using them a few times I'm sure things will become much easier and clearer for you.

The instructions torreydale provided look exactly correct to me.