SparkyLinux Forums

Software & hardware support => Applications => Topic started by: twodogs on May 16, 2016, 10:39:57 PM

Title: Tried to 'add-apt-repository' and.. couldn't.
Post by: twodogs on May 16, 2016, 10:39:57 PM
So, I was wondering.. why wouldn't 'software-properties-common' be installed by default.  Just wondering.

Title: Re: Tried to 'add-apt-repository' and.. couldn't.
Post by: pavroo on May 16, 2016, 11:04:34 PM
Re-branding Debian into Sparky made conflicts with the package.
Title: Re: Tried to 'add-apt-repository' and.. couldn't.
Post by: twodogs on May 17, 2016, 01:59:20 AM
Quote from: pavroo on May 16, 2016, 11:04:34 PM
Re-branding Debian into Sparky made conflicts with the package.

So,  to add a repository (I'm trying to add TLP for example) I need to edit /etc/apt/sources.list manually?

Is there a way I can do this in the terminal?  Perhaps a Sparky way? ;)
Title: Re: Tried to 'add-apt-repository' and.. couldn't.
Post by: paxmark1 on May 17, 2016, 04:44:02 AM
https://wiki.debian.org/SourcesList

sudo nano sudo nano /etc/apt/sources.list       or       sudo  vim /etc/apt/sources.list  or   sudo geany    .

or you can nest it inside the directory sources.list.d     via any of your favourite editors.    There is lots of examples on the web. 

p.s.  don't make a FrankenDebian   If it is a Ubuntu ppa ...   

And about the terminal -  tlp mentions that

"TLP is a pure command line tool with automated background tasks, it does not contain a GUI."


   
Title: Re: Tried to 'add-apt-repository' and.. couldn't.
Post by: pavroo on May 17, 2016, 02:23:43 PM
You can also use APTus-> Repository-> Manage custom repos.
Edit any existing list, for example sid.list, remove the contects, add yours repos and save the file with a new name.
Title: Re: Tried to 'add-apt-repository' and.. couldn't.
Post by: twodogs on May 17, 2016, 03:04:36 PM
Quote from: paxmark1 on May 17, 2016, 04:44:02 AM
https://wiki.debian.org/SourcesList

sudo nano sudo nano /etc/apt/sources.list       or       sudo  vim /etc/apt/sources.list  or   sudo geany    .

or you can nest it inside the directory sources.list.d     via any of your favourite editors.    There is lots of examples on the web. 

p.s.  don't make a FrankenDebian   If it is a Ubuntu ppa ...   

And about the terminal -  tlp mentions that

"TLP is a pure command line tool with automated background tasks, it does not contain a GUI."




I'm familiar with how to modify sources.list manually.  Apparently, that is the only way to add a ppa to Sparky (besides using the APTus tool).

On the command line, one should be able to type 'sudo apt-add-repository ...' and all is well.  But on Sparky, that is not the case.  You have to either use a 'Sparky' tool or do it manually.  To me, that is not easy.  That just sounds like a workaround.
Title: Re: Tried to 'add-apt-repository' and.. couldn't.
Post by: pavroo on May 17, 2016, 03:24:29 PM
What about Synaptic-> Settings-> Repository ?