Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1014  / 3 Years ago, wed, august 25, 2021, 4:20:07

I added a 3rd party software(terminator) PPA in Ubuntu 14.04 by running the command below:



sudo apt-add-repository ppa:gnome-terminator/ppa
sudo apt-get update


And now, when I search for that package using:



sudo apt-cache search terminator


It doesn't show anything.



I wanted to know, why it is behaving like this ?


More From » 14.04

 Answers
4

  1. If you want to add a 3rd party software then, go to the Ubuntu official package site, search for the package, add the ppa from there and follow the normal steps as in:



    sudo apt-get update package-name
    sudo apt-get install package-name

  2. You can also install 3rd party software without adding PPA also. Install the gdebi package first used for installing package from .deb file.



    sudo apt-get install gdebi


    Go to the Ubuntu official package site, search for the package name, then you are given the url path there to get .deb file of that package. Download it Then install it using gdebi.



    sudo gdebi package-name.deb


[#22883] Wednesday, August 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leadprogres

Total Points: 298
Total Questions: 114
Total Answers: 139

Location: Samoa
Member since Mon, Nov 8, 2021
3 Years ago
;