Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 5171  / 3 Years ago, fri, july 30, 2021, 11:26:49

I'm trying to download master-pdf-editor package from official repositories. All sites report that it's easy to do: just download it from ubuntu software center.
I can't install the software center, so I'm trying to install it via apt-get or synaptic, but I can't find the package in the repos...



Can anyone help?


More From » apt

 Answers
4

Some packages in the Software Center may be free but are offered under a proprietary license. For this reason (the license) they are not included by default in the Ubuntu apt repositories.



When you install one of these packages via the Software Center it will create a new apt source file in /etc/apt/sources.list.d/. In the case of Master PDF Editor it will create:



private-ppa.launchpad.net_commercial-ppa-uploaders_master-pdf-editor_ubuntu.list


Once that file has been placed in /etc/apt/sources.list.d/ you can then use the regular apt/aptitude commands to update it.



I also want to add that sources like this often require authentication. If they do a comment will be placed in the source file indicating as such:



$ cat private-ppa.launchpad.net_commercial-ppa-uploaders_master-pdf-editor_ubuntu.list 
deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/master-pdf-editor/ubuntu precise main #Added by software-center; credentials stored in /etc/apt/auth.conf


At the end you can see the comment, "credentials stored in /etc/apt/auth.conf". That file will store a hash of your password like so:



$ sudo cat /etc/apt/auth.conf # Needs root to read the file
machine private-ppa.launchpad.net/commercial-ppa-uploaders/master-pdf-editor/ubuntu
login riskable
password someGobbldyGookHash

[#35829] Saturday, July 31, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oileweaty

Total Points: 337
Total Questions: 108
Total Answers: 105

Location: Western Sahara
Member since Mon, May 3, 2021
3 Years ago
oileweaty questions
Thu, Jul 1, 21, 01:57, 3 Years ago
Wed, Nov 24, 21, 11:48, 2 Years ago
Sat, May 14, 22, 00:50, 2 Years ago
;