I tried to install the packages apt-file
, ubuntu-tweak
and checkinstall
using sudo apt-get install <package name>
in 10.10, but the terminal reported package not found
even after sudo apt-get update
. What am I doing wrong?
Asked
Active
Viewed 2,783 times
2

Kalle Richter
- 6,180
- 21
- 70
- 103

Mysterio
- 12,018
2 Answers
1
The problem is most likely that you don't have the universe or multiverse repositories enabled - not all software is in the core ubuntu distribution. Luckily, it's simple to enable those from the system menu:
https://help.ubuntu.com/community/Repositories/Ubuntu
Additionally, even though those are command line programs, you can install them from the ubuntu software center or another graphical package manager.

ImaginaryRobots
- 9,136
-
I enabled the universe and multiverse repository sources and it works thanks a lot – Mysterio Apr 03 '11 at 18:34
1
If I'm not mistaken ubuntu-tweak is in it's own repository -- at least it always was. You can download the deb at http://ubuntu-tweak.com/ and then using ubuntu-tweak add it's PPA to insure it stays updated.

fragos
- 3,503
-
i had the deb file from the site you cited but how do i add PPA to stay updated? sudo apt-get update got me ubuntu tweak in the software centre. – Mysterio Apr 03 '11 at 20:44