• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to search with apt-get?

Status
Not open for further replies.

Red Squirrel

No Lifer
apt-get search does not work, apt-get find either. Is there not a way to search with this? I'm used to yum, but working with an Ubuntu live CD. I need to find a codec pack of some sort, no luck. In fact I can't even install vlc, tells me it's not found. Don't know if I'm getting the case wrong or what, that's why I want to be able to search.

And OMG the newest Ubuntu GUI is pure crap now I know why everyone hates it. I gave up and I'm using the console for now. I can't even get to anything.
 
And OMG the newest Ubuntu GUI is pure crap now I know why everyone hates it. I gave up and I'm using the console for now. I can't even get to anything.

You probably don't have it installed if you can't get to it...

Code:
sudo apt-get install anything

Should solve your problem.
 
Or you can install Synaptic for a gui program, or use Software Center for a pretty gui program. I use Synaptic for just about everything.
 
You probably don't have it installed if you can't get to it...

Code:
sudo apt-get install anything

Should solve your problem.

Basic system things like the package manager, or browsing network shares etc... I'm sure there's a way to get to it, but after fighting with it for 10 minutes I gave up and started using the command line. I really hope they listen to everyone and go back to the original gnome from now on. This new one is just a disaster. I did not want to bash it till I try it, well, I tried it. Wow. The only way it could be worse if if it played Nickleback at random. :awe:

As for searching, so the command is actually aptitude? That I did not know. I will try that.
 
10 whole minutes? Unity isn't /that/ bad. It's not to my taste, but it's easy enough to find things by poking buttons. Gnome's done. There is no more old Gnome except legacy packages, and a gimped fallback in Gnome shell.

If you want a sane desktop, install Xfce. If you don't need nice panels, Enlightenment is pretty nifty.
 
Basic system things like the package manager, or browsing network shares etc... I'm sure there's a way to get to it, but after fighting with it for 10 minutes I gave up and started using the command line. I really hope they listen to everyone and go back to the original gnome from now on. This new one is just a disaster. I did not want to bash it till I try it, well, I tried it. Wow. The only way it could be worse if if it played Nickleback at random. :awe:

As for searching, so the command is actually aptitude? That I did not know. I will try that.

Package manager -> super-key "package"

Classic Indicator might help you a bit...

http://ubuntuguide.net/classic-menu-indicator-applet-in-ubuntu-11-04-unity-system-tray
 
Basic system things like the package manager, or browsing network shares etc... I'm sure there's a way to get to it, but after fighting with it for 10 minutes I gave up and started using the command line. I really hope they listen to everyone and go back to the original gnome from now on. This new one is just a disaster. I did not want to bash it till I try it, well, I tried it. Wow. The only way it could be worse if if it played Nickleback at random. :awe:

As for searching, so the command is actually aptitude? That I did not know. I will try that.

Aptitude is a whole separate apt/dpkg front-end. To search with base apt you want 'apt-cache search'.
 
Basic system things like the package manager, or browsing network shares etc... I'm sure there's a way to get to it, but after fighting with it for 10 minutes I gave up and started using the command line. I really hope they listen to everyone and go back to the original gnome from now on. This new one is just a disaster. I did not want to bash it till I try it, well, I tried it. Wow. The only way it could be worse if if it played Nickleback at random. :awe:

As for searching, so the command is actually aptitude? That I did not know. I will try that.

i would think if you can't auto-find it on apt-get, then your source list is missing a couple lines.
 
If you're in terminal and type
Code:
sudo apt-

Then hit Tab twice it should give you a list of all the apt commands. From there you can --help or man.

Some of the older Linux hands probably know this already, but thought I'd throw it out there anyways 🙂
 
Status
Not open for further replies.
Back
Top